Skip to content

Commit

Permalink
Disable AndroidX since it is not yet supported by react-native
Browse files Browse the repository at this point in the history
Since react-native libraries have not yet been migrated to AndroidX, we need to disable the support annotation library from being jetified when the main project is using AndroidX.
  • Loading branch information
Steve Strates authored and esilverberg committed May 22, 2019
1 parent d6fe0f9 commit 7bb2ffa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions android/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# We need to override this because the react-native libraries have not been migrated
# to AndroidX yet. We are using the support annotation lib as a dependency and we don't
# want it to be jetified.
# We will probably be able to remove this after react-native 0.60.x is released.

android.useAndroidX=false
android.enableJetifier=false

0 comments on commit 7bb2ffa

Please sign in to comment.