android-jetifier

Issues using AndroidX and React Native

旧时模样 提交于 2019-11-27 03:10:18
问题 I've been trying to integrate AndroidX into my hybrid React Native project, and I've run into the issue that Jetifier doesn't run on "local" projects. This results in all of my React Native libraries still using the old support libraries. I've put the appropriate lines into my gradle.properties file: android.useAndroidX=true android.enableJetifier=true This works for any remote libraries, but React Native places all of it's libraries as local modules on disk. I've tried a lot of things, but