Link the example project against the development version of react-native-blur

This will allow for using the example project as a place to test out changes in the library itself.
This commit is contained in:
Eli Perkins 2017-04-10 11:09:24 -04:00
parent 9629416b4b
commit 33cec7d141

View File

@ -8,6 +8,6 @@
"dependencies": {
"react": "^15.3.2",
"react-native": "^0.36.0",
"react-native-blur": "1.1.2"
"react-native-blur": "file:../../"
}
}