renative
renative copied to clipboard
rnv eject does not work properly
- in renative project run
npx rnv eject -p ios
ornpx rnv eject -p android
output structure should look like this:
@pavjacko how should this be tested?
android issue is tracked on https://github.com/flexn-io/renative/issues/1307
- adding
enableJetifier = true
in renative.json for an android based platform should makegradle.properties
from platformBuilds containandroid.enableJetifier=true
. Same for enableAndroidX - will create a scheme in app-harness to be able to test the plugin injections