Update README for 0.3.1 changes#93
Merged
crazycodeboy merged 2 commits intocrazycodeboy:masterfrom Sep 18, 2017
iRoachie:readme
Merged
Update README for 0.3.1 changes#93crazycodeboy merged 2 commits intocrazycodeboy:masterfrom iRoachie:readme
crazycodeboy merged 2 commits intocrazycodeboy:masterfrom
iRoachie:readme
Conversation
|
Great @iRoachie I was about to do the same when I saw your PR. Don't you mind to add an entry of how to use with CocoaPods? |
Contributor
Author
|
@mgtitimoli I'm not actually sure how cocoapods works (js developer). Maybe you could do it in another PR |
|
JS dev here too 🙂. Basically the changes I'm saying can be split into two
1. Add the plugin dependency to your Podfile:
`pod 'react-native-splash-screen', path: '../node_modules/react-native-splash-screen'`
2. Run pod installAs a side note, I recommend you to try CocoaPods, I found it cleaner than placing everything in the xcode project file. |
Contributor
Author
|
@mgtitimoli Best to make another PR as it isn't in line with the 0.3.1 release |
This file contains hidden or 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
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.
0.3.1 changes the package identifier to org.devio in commit ed6df50
This PR just updates in the installation instructions in the README