cinder92 / react-native-get-music-files

React Native package to get music files from local and sd for iOS and Android
MIT License
130 stars 66 forks source link

Update RNReactNativeGetMusicFilesModule.java #83

Closed nguyenkhooi closed 2 years ago

nguyenkhooi commented 3 years ago

Replace old android import with androidx one to successfully bundleRelease in newer RN version (e.g. >=v60.0)

cinder92 commented 3 years ago

@nguyenkhooi can this be fixed using jetifier?

nguyenkhooi commented 3 years ago

I tried running jetifier for the whole project but the error still occurred. Changing android to androidx is the easiest way to get me out of issue