Removed react.gradle
This commit is contained in:
parent
071da7066c
commit
3f96d28a90
|
@ -65,8 +65,6 @@ react {
|
||||||
// enableHermes: true, // clean and rebuild if changing
|
// enableHermes: true, // clean and rebuild if changing
|
||||||
// ]
|
// ]
|
||||||
|
|
||||||
apply from: "../../node_modules/react-native/react.gradle"
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set this to true to create four separate APKs instead of one,
|
* Set this to true to create four separate APKs instead of one,
|
||||||
* one for each native architecture. This is useful if you don't
|
* one for each native architecture. This is useful if you don't
|
||||||
|
@ -166,9 +164,9 @@ android {
|
||||||
// }
|
// }
|
||||||
|
|
||||||
// FIXME: Remove when we update RN
|
// FIXME: Remove when we update RN
|
||||||
// packagingOptions {
|
// packagingOptions {
|
||||||
// pickFirst '**/*.so'
|
// pickFirst '**/*.so'
|
||||||
// }
|
// }
|
||||||
|
|
||||||
// applicationVariants are e.g. debug, release
|
// applicationVariants are e.g. debug, release
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue