renative
renative copied to clipboard
Add back the dependencies and default settings android injections
@mihaiblaga89 how should this be tested?
@pauliusguzas testcases
- add
enableJetifier
orenableAndroidX
to any android platform, run it, check gradle.properties and you should see these props set to true or false, based on what you set - take template-starter renative.json for example. Add this to react-native plugin
"react-native": {
"version": "0.72.4",
"android": {
"implementation": "# TEST_ID_SOMETHING"
}
},
run it, then you should see TEST
in platformBuilds/template_android/app/build.gradle
in the dependencies
section