renative icon indicating copy to clipboard operation
renative copied to clipboard

rnv eject does not work properly

Open pavjacko opened this issue 1 year ago • 3 comments

  1. in renative project run npx rnv eject -p ios or npx rnv eject -p android

output structure should look like this:

Screenshot 2024-01-02 at 12 13 24

pavjacko avatar Dec 06 '23 08:12 pavjacko

@pavjacko how should this be tested?

pauliusguzas avatar Dec 20 '23 11:12 pauliusguzas

android issue is tracked on https://github.com/flexn-io/renative/issues/1307

GabrieleKaceviciute avatar Jan 03 '24 10:01 GabrieleKaceviciute

  1. adding enableJetifier = true in renative.json for an android based platform should make gradle.properties from platformBuilds contain android.enableJetifier=true. Same for enableAndroidX
  2. will create a scheme in app-harness to be able to test the plugin injections

mihaiblaga89 avatar Jan 04 '24 08:01 mihaiblaga89