Open blakef opened 9 months ago
Handles cases where appName wasn't playing nicely with it's default value.
The appName is meant to be stripped off in various places. When setting the default, the actual value passed around is ''. This change does 2 things:
appName
''
https://github.com/react-native-community/upgrade-helper/assets/49578/5b467ea7-2415-4879-a40b-4bf4cbeb701d
yarn start
You can see it live.
README.md
~Well that's note entirely working 😉... BRB.~ Fixed.
Should close #381 and #382
Handles cases where appName wasn't playing nicely with it's default value.
Summary
The
appName
is meant to be stripped off in various places. When setting the default, the actual value passed around is''
. This change does 2 things:appName
down the tree when an empty string is inputted.Before
After
https://github.com/react-native-community/upgrade-helper/assets/49578/5b467ea7-2415-4879-a40b-4bf4cbeb701d
Test Plan
yarn start
What are the steps to reproduce?
You can see it live.
Checklist
README.md
(if needed)