Skip to content

Commit

Permalink
Merge pull request #1424 from ajwhite/react-native-dependency-version
Browse files Browse the repository at this point in the history
Remove upper bound on react-native peerDependency
  • Loading branch information
shilman committed Jul 22, 2017
2 parents 267ff2a + df7bc09 commit bb7ce26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/react-native/package.json
Expand Up @@ -74,6 +74,6 @@
},
"peerDependencies": {
"react": "*",
"react-native": "0.27.0 - 0.43.x"
"react-native": ">=0.27.0"
}
}

0 comments on commit bb7ce26

Please sign in to comment.