mirror of
https://github.com/status-im/react-native-blur.git
synced 2025-01-12 17:44:13 +00:00
9817055f87
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.
14 lines
264 B
JSON
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:../../"
|
|
}
|
|
}
|