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

Support newest versions of React Native #6

Closed
joeyvandijk opened this issue Jul 21, 2015 · 4 comments
Closed

Support newest versions of React Native #6

joeyvandijk opened this issue Jul 21, 2015 · 4 comments

Comments

@joeyvandijk
Copy link

I've seen your last commit, but while using React Native 0.7.1 & 0..8.0.rc.2 are giving me errors installing your module. Could you alter your peerDepedencies less strict, while now I cannot use (without hassle) your module in the new updates of React Native. Could you update like react-native-icons has done for example:

"peerdependencies" : {
    "react-native": ">=0.6.0 <1.0.0"
}

Thanks!

@kkjdaniel
Copy link
Owner

I'll push out an update today, thanks! All done!

@joeyvandijk
Copy link
Author

Thanks, but I found out that the 0.x.x.-rc.x releases where not compatible, so could you update it to

"peerdependencies" : {
    "react-native": ">=0.6.0-rc || >=0.7.0-rc || >=0.8.0-rc || >=0.9.0-rc"
}

check if you want at NPM Semver to see which releases are tackled (use react-native).

Thanks again for your quick response!

@kkjdaniel kkjdaniel reopened this Jul 21, 2015
@kkjdaniel
Copy link
Owner

Good spot, all fixed now and published to NPM, thanks!

@joeyvandijk
Copy link
Author

Great!! ;)
On Jul 21, 2015 6:49 PM, "Karl Daniel" notifications@github.com wrote:

Closed #6
#6.


Reply to this email directly or view it on GitHub
#6 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants