Henning Hall
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
README.md
|
@ -133,12 +133,12 @@ The "Android Native" version looks more like a standard native implementation on |
|
|
<tr><td> |
|
|
<tr><td> |
|
|
|
|
|
|
|
|
```js |
|
|
```js |
|
|
androidVariant="nativeAndroid" |
|
|
|
|
|
|
|
|
androidVariant="iosClone" |
|
|
``` |
|
|
``` |
|
|
</td><td> |
|
|
</td><td> |
|
|
|
|
|
|
|
|
```js |
|
|
```js |
|
|
androidVariant="iosClone" |
|
|
|
|
|
|
|
|
androidVariant="nativeAndroid" |
|
|
``` |
|
|
``` |
|
|
</td></tr> |
|
|
</td></tr> |
|
|
</table> |
|
|
</table> |
|
|