-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use react-native-init-func to generate example app (#421)
* chore: add react-native-init-func to package dependencies * refactor(prep): resolve *absolute* paths before generating example * test: replace absolute process cwd in output paths before taking snapshots * feat: use react-native-init-func to generate example app * refactor: make reactNativeInit overridable (for testing purposes) * test: update tests to use injected / mocked reactNativeInit function * test: remove test for react-native CLI tool no longer needed * test: remove test of missing react-native CLI (no longer relevant) * test: update test of missing Yarn CLI * refactor: update help text for --example-react-native-version * refactor: update help text for --generate-example * test: update test snapshots * doc: update option text in README.md * doc: update some more documentation in README.md BREAKING CHANGE: this may change how the React Native template version is used to generate the example app.
- Loading branch information
Chris Brody
authored
Mar 11, 2021
1 parent
51f8666
commit 56e7dbf
Showing
31 changed files
with
2,744 additions
and
380 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.