Skip to content
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

feat: use react-native-init-func to generate example app #421

Merged
merged 14 commits into from
Mar 11, 2021

Conversation

brody4hire
Copy link
Owner

@brody4hire brody4hire commented Feb 19, 2021

UPDATED

BREAKING CHANGE: this may change the way that the React Native template version is used to generate the example app.

(alternative to PR #420)

for release 0.20.0 (issue #409)

TODO items:

  • rebase to get cleaner commit message items before merging
  • test with react-native-tvos
  • test with example react-native versions 0.62, 0.61, 0.60
  • test with example react-native version 0.64 (rc) - tested on Android only, encountered some issues on iOS for further investigation
  • test with view module
  • test with DEPRECATED --example-file-linkage option
  • test with --use-apple-networking option (seems to report a JSON error from NSCocoaErrorDomain if I try with Flipper removed - see issue --use-apple-networking issue in generated example #426)
  • update help text for example React Native template version
  • update option text in README.md
  • update other documentation in README.md
  • update help text (again) to be consistent with README.md
  • rebase (again) to further clean up the commit message items

Followup item(s) for another PR:

  • rename example react-native template option

resolves #312
closes #204

@brody4hire brody4hire self-assigned this Feb 19, 2021
@brody4hire brody4hire changed the title [WIP] refactor: use react-native-init-func to generate example app - DRAFT WIP refactor: use react-native-init-func to generate example app Feb 22, 2021
@brody4hire brody4hire force-pushed the use-react-native-init-func-to-generate-example-app branch from 477b816 to f5acbe9 Compare February 22, 2021 19:36
lib/lib.js Outdated Show resolved Hide resolved
lib/cli-command.js Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@brody4hire brody4hire changed the title refactor: use react-native-init-func to generate example app [WIP] feat: use react-native-init-func to generate example app - DRAFT WIP Mar 11, 2021
@brody4hire brody4hire force-pushed the use-react-native-init-func-to-generate-example-app branch from b8bf695 to 34e3c7a Compare March 11, 2021 18:34
@brody4hire brody4hire changed the title [WIP] feat: use react-native-init-func to generate example app - DRAFT WIP feat: use react-native-init-func to generate example app Mar 11, 2021
@brody4hire brody4hire marked this pull request as ready for review March 11, 2021 19:01
@brody4hire brody4hire merged commit 56e7dbf into master Mar 11, 2021
@brody4hire brody4hire deleted the use-react-native-init-func-to-generate-example-app branch March 11, 2021 19:04
brody4hire pushed a commit that referenced this pull request Mar 17, 2021
which uses @react-native-community/cli@5.0.1-alpha.1

in followup to introduction of react-native-init-func
in 56e7dbf (PR #421)

this update should result in a smaller installation size
due to its use of prompts instead of inquirer

and should resolve a couple of Yarn audit messages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant