Open TMisiukiewicz opened 1 month ago
3. Create
react-native.config.js
file with the following content:
Is this documented somewhere or is it a new config?
Is this documented somewhere or is it a new config?
If you mean the property appName
-- yes it was added a while ago and it's document here.
Is this documented somewhere or is it a new config?
If you mean the property
appName
-- yes it was added a while ago and it's document here.
yup that one 👍 thank you
Let's fix CI failures and it's good to go for me!
Ah, because of recent package refactors there are some merge conflicts 🥲 @TMisiukiewicz can you take a look? :pray:
Summary:
It cannot access package name from
build.gradle
when the module is named differently thanapp
. This PR is fixing it.Closes #2516
Test Plan:
android/app
folder name toandroid/test
react-native.config.js
file with the following content:android
command and verify the error about missing package name is not thrownChecklist