Skip to content

Commit 8a9747c

Browse files
authored
Merge pull request #16 from guhungry/react-native-0.59
fix(npm): Support React Native up to 0.59
2 parents b6d3b9f + c2358c7 commit 8a9747c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"peerDependencies": {
2828
"react": "^16.0",
29-
"react-native": "^0.57.0"
29+
"react-native": ">=0.57 <0.60"
3030
},
3131
"devDependencies": {
3232
"@babel/core": "^7.0.0",

0 commit comments

Comments
 (0)