react-native-appupdate
react-native-appupdate copied to clipboard
Update apk and update from app store in React Native.
Updated react installApk method on the RNAppUpdate class to allow installation of apk on android versions > 5.0. Changed the file uri path from file:// to content:// to allow the...
This pull request makes it compatible with new RN versions
Fix jobId const error
``` Downloading -957141700%... index.android.bundle:81736 Downloading -957346500%... index.android.bundle:81736 Downloading -957380200%... index.android.bundle:81736 Downloading -957585000%... index.android.bundle:81736 Downloading -957789800%... index.android.bundle:81736 Downloading -957855000%... index.android.bundle:81736 Downloading -958059800%... index.android.bundle:81736 Downloading -958264600%... index.android.bundle:81736 Downloading -958469400%... index.android.bundle:81736 Downloading -958667000%......
此插件不支持Android7.0以上 请问怎么才能适配Android7.0以上
cool module! react-native-fs is an unnecessary dependency for ios apps, would be good to split the code so as not to import it when it's not needed
please can you add an example ?
https://github.com/parryworld/react-native-appupdate/blob/master/index.js#L11 here job is defined as constant but, it is reassigned here: https://github.com/parryworld/react-native-appupdate/blob/master/index.js#L81 changing `const` to `let` resolves issue. Related error in android as follows: `com.facebook.react.common.JavascriptException: undefined is not a...