-
Notifications
You must be signed in to change notification settings - Fork 52
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
brodycj
merged 14 commits into
master
from
use-react-native-init-func-to-generate-example-app
Mar 11, 2021
Merged
feat: use react-native-init-func to generate example app #421
brodycj
merged 14 commits into
master
from
use-react-native-init-func-to-generate-example-app
Mar 11, 2021
Conversation
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
brodycj
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
brodycj
force-pushed
the
use-react-native-init-func-to-generate-example-app
branch
from
February 22, 2021 19:36
477b816
to
f5acbe9
Compare
brodycj
commented
Feb 23, 2021
brodycj
commented
Feb 23, 2021
brodycj
commented
Feb 24, 2021
brodycj
commented
Feb 24, 2021
This was referenced Feb 24, 2021
brodycj
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
BREAKING CHANGE: this may change how the React Native template version is used to generate the example app.
brodycj
force-pushed
the
use-react-native-init-func-to-generate-example-app
branch
from
March 11, 2021 18:34
b8bf695
to
34e3c7a
Compare
brodycj
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
brodycj
added a commit
that referenced
this pull request
Mar 17, 2021
which uses @react-native-community/[email protected] 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
This was referenced Apr 13, 2021
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
--example-file-linkage
option--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)Followup item(s) for another PR:
resolves #312
closes #204