Skip to content

Commit d18c47d

Browse files
authored
Update README.md (#2006)
Minor typo
1 parent a52a591 commit d18c47d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Android Google Play and iOS App Store have corresponding guidelines that have ru
251251
252252
#### Google play
253253
254-
Third paragraph of [Device and Network Abuse](https://support.google.com/googleplay/android-developer/answer/9888379?hl=en) topic describe that updating source code by any method other than Google Play's update mechanism is restricted. But this restriction is not apply to updating javascript bundles.
254+
Third paragraph of [Device and Network Abuse](https://support.google.com/googleplay/android-developer/answer/9888379?hl=en) topic describe that updating source code by any method other than Google Play's update mechanism is restricted. But this restriction does not apply to updating javascript bundles.
255255
> This restriction does not apply to code that runs in a virtual machine and has limited access to Android APIs (such as JavaScript in a webview or browser).
256256

257257
That fully allow CodePush as it updates just JS bundles and can't update native code part.

0 commit comments

Comments
 (0)