-
-
Notifications
You must be signed in to change notification settings - Fork 182
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
Feature/update #2
Merged
Merged
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
…-lock file + tiny update to README
sanderlooijenga
commented
Aug 6, 2018
@@ -83,7 +83,7 @@ Ideal starting point for advanced projects. | |||
## Requirements | |||
- [Node](https://nodejs.org) `6.x` or newer | |||
- [NPM](https://npmjs.com/) `4.0.0` or newer | |||
- [Cocoapods](https://cocoapods.org) `1.4.x` or newer | |||
- [Cocoapods](https://cocoapods.org) `1.5.3` or newer |
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.
@pavjacko is this correct?
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.
yep. while it can work with lower.. it's better to avoid lock diffs
For me is working both on iOS and tvOS. |
pavjacko
added a commit
that referenced
this pull request
Aug 27, 2019
* develop: (57 commits) 0.26.0-rc8 index filter fixes closes #219, partial #212, rewrote 'new' questions with inquirer, added validations, partial #218 firetv take #2 added skipTargetCheck 0.26.0-rc7 legacy warnings closes #208 fixes fixed gradle.properties generation and crash the cli if there's an error in the config json, otherwise the error is too cryptic using ?? with eslint 4.x causes it to go nuts 0.26.0-rc6 improve readObjectSync bug fixes works, for now... migrator helper 0.26.0-rc5 android privates 0.26.0-rc4 ... # Conflicts: # packages/rnv/package.json
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.
Updates to tvOS & iOS (lock files & project files), committed package-lock file + tiny update to README