-
Couldn't load subscription status.
- Fork 33
chore: extract "bundle react native code and images" to a standalone script #283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
packages/platform-ios/template/ios/bundle-react-native-code-and-images.sh
Outdated
Show resolved
Hide resolved
packages/platform-ios/template/ios/bundle-react-native-code-and-images.sh
Outdated
Show resolved
Hide resolved
50427cd to
8b05212
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs documentation update, some testing and we're good to go 👍🏼
dc704aa to
3bc8a46
Compare
website/docs/docs/getting-started/migrating-from-community-cli.mdx
Outdated
Show resolved
Hide resolved
|
@thymikee what is the testing flow for a new template (locally)? |
Summary
The existing template relies on an inlined shellScript inside of the iOS project definition for RN scripts. This is hard to maintain and provides very bad git diff experience.
This PR addressed that by extracting the shell script into a separate file that diffs well allowing teams to review changes more easily.
Test plan
Apps created with the new template should include a new
ios/react-native-xcode.shfile.