parryworld / react-native-appupdate

Update apk and update from app store in React Native.
MIT License
85 stars 36 forks source link

不支持Android7.0以上 #10

Open yoyo0427 opened 6 years ago

yoyo0427 commented 6 years ago

此插件不支持Android7.0以上 请问怎么才能适配Android7.0以上

mikehardy commented 5 years ago

Android 7 requires FileProviders

I have a fork going at npmjs.com/package/rn-update-apk / mikehardy/react-native-update-apk - released there with an example app to make sure I didn't break anything

It implementes FileProviders and seems to work on Android >= 7