renative icon indicating copy to clipboard operation
renative copied to clipboard

Add back the dependencies and default settings android injections

Open mihaiblaga89 opened this issue 1 year ago • 2 comments

mihaiblaga89 avatar Dec 18 '23 08:12 mihaiblaga89

@mihaiblaga89 how should this be tested?

pauliusguzas avatar Dec 20 '23 11:12 pauliusguzas

@pauliusguzas testcases

  • add enableJetifier or enableAndroidX 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

mihaiblaga89 avatar Jan 08 '24 12:01 mihaiblaga89