Describe the bug
The quick start guide has the following setup instructions for android:
apply plugin in gradle Add this right after applying react's plugin:
apply from: "../../node_modules/react-native-ultimate-config/android/rnuc.gradle"
Final code:
apply from: "../../node_modules/react-native/react.gradle"
apply from: "../../node_modules/react-native-ultimate-config/android/rnuc.gradle"
react.gradle was removed from build.gradle, so these instructions are no longer valid. Where should the rnuc.gradle reference be placed now?
Environment
Integration option
Env file
OS
Packages
- version of
react-native: 0.74.1
- version of
react-native-ultimate-config: 6.0.1
Describe the bug
The quick start guide has the following setup instructions for android:
apply plugin in gradle Add this right after applying react's plugin:
Final code:
react.gradlewas removed frombuild.gradle, so these instructions are no longer valid. Where should thernuc.gradlereference be placed now?Environment
Integration option
rnucCLI to inject environment (default integration optionfrom quickstart guide)
option from cookbook:
scheme,
flavors)
react-native-ultimate-configwithin monorepo managed withLerna or Yarn Workspaces Monorepo support
Env file
OS
Packages
react-native: 0.74.1react-native-ultimate-config: 6.0.1