mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-26 23:30:49 +08:00
Updating package.json
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
react-native-code-push
|
||||
===
|
||||
|
||||
This plugin provides integration with the CodePush service, allowing you to easily update your React Native application to enable live app updates.
|
||||
This plugin provides integration with the [CodePush service](http://microsoft.github.io/code-push), allowing you to easily update your React Native application to enable live app updates.
|
||||
|
||||
Supported platforms
|
||||
---
|
||||
@@ -167,4 +167,4 @@ codePush.notifyApplicationReady(): Promise<void>;
|
||||
|
||||
Notifies the plugin that the update operation succeeded.
|
||||
Calling this function is required if a rollbackTimeout parameter is passed to your ```LocalPackage.apply``` call.
|
||||
If automatic rollback was not used, calling this function is not required and will result in a noop.
|
||||
If automatic rollback was not used, calling this function is not required and will result in a noop.
|
||||
Reference in New Issue
Block a user