Remove react-native peer dependency

Usually causes more problems than it solves and others have been removing it, too:

- https://github.com/oblador/react-native-vector-icons/issues/76
- https://github.com/Yomguithereal/baobab-react/issues/59
- https://github.com/rebeccahughes/react-native-device-info/issues/16
This commit is contained in:
Stephan Seidt 2016-01-09 12:50:25 +01:00
parent 2ed3d4bd3c
commit 5defd14c29
1 changed files with 1 additions and 4 deletions

View File

@ -20,8 +20,5 @@
"bugs": {
"url": "https://github.com/react-native-fellowship/react-native-blur/issues"
},
"homepage": "https://github.com/react-native-fellowship/react-native-blur",
"peerDependencies": {
"react-native": ">=0.11"
}
"homepage": "https://github.com/react-native-fellowship/react-native-blur"
}