2
0
mirror of https://github.com/status-im/realm-js.git synced 2025-01-13 15:54:59 +00:00

Update ReactExample to use React Native 0.14.2

This commit is contained in:
Scott Kyle 2015-11-13 11:14:27 -08:00
parent 283826e687
commit f3db7a5a56

@ -6,7 +6,7 @@
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"react-native": "0.13.2",
"react-native": "0.14.2",
"realm": "file:../../lib"
}
}