Skip to content

Commit d1ac24b

Browse files
committed
Update to correct current version of React Native
Peer dependency is set to 1.0.1 for React Native but RN is currently on 0.18.0.
1 parent e672f86 commit d1ac24b

File tree

2 files changed

+1
-95
lines changed

2 files changed

+1
-95
lines changed

npm-debug.log

-94
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"author": "zzyyppqq",
2020
"license": "ISC",
2121
"peerDependencies": {
22-
"react-native": "^1.0.1"
22+
"react-native": ">= 0.18.0"
2323
}
2424
}

0 commit comments

Comments
 (0)