Eli Perkins 9817055f87 Update example project to a version of React Native that matches the packages needs
React Native 0.42.0 wants a version of React that matches ~15.4.1, rather than ^15.5.0, so we’ll pin to that match for now.
2017-04-10 11:11:02 -04:00

14 lines
264 B
JSON

{
"name": "Basic",
"version": "0.0.2",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"react": "~15.4.1",
"react-native": "^0.42.0",
"react-native-blur": "file:../../"
}
}