moved react native to peer dependencies

This commit is contained in:
Aakash N S 2015-11-02 04:30:19 +05:30
parent 6705e7812c
commit ce338840f6
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
"url": "https://github.com/aakashns/react-native-dialogs/issues"
},
"homepage": "https://github.com/aakashns/react-native-dialogs#readme",
"dependencies": {
"peerDependencies": {
"react-native": "^0.13.2"
}
}