mikehardy / react-native-update-apk

Update apk from non-play store servers, and update ios from app store in React Native.
MIT License
195 stars 57 forks source link

node_modules\rn-update-apk\android\src\main\java\net\mikehardy\rnupdateapk\RNUpdateAPK.java:11: error: package android.support.v4.content does not exist import android.support.v4.content.FileProvider; #31

Closed saifulhq closed 4 years ago

saifulhq commented 4 years ago

I got this error when running android > gradlew assembleRelease is there any config that i missing?

mikehardy commented 4 years ago

Ironically, since I maintain jetifier, I still haven't converted this package to be AndroidX native. Just didn't seem important since jetifier exists.

Anyway, that's what you're missing -> https://github.com/mikehardy/jetifier#to-jetify--convert-node_modules-dependencies-to-androidx

saifulhq commented 4 years ago

thank's this working