Update to React Native 0.18.0 official release
This commit is contained in:
parent
04ee234578
commit
92df9bff8c
|
@ -6,7 +6,7 @@
|
|||
"start": "react-native start"
|
||||
},
|
||||
"dependencies": {
|
||||
"react-native": "0.16.0",
|
||||
"react-native": "0.18.0",
|
||||
"realm": "file:../.."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"start": "react-native start"
|
||||
},
|
||||
"dependencies": {
|
||||
"react-native": "0.18.0-rc",
|
||||
"react-native": "0.18.0",
|
||||
"realm": "file:../..",
|
||||
"realm-tests": "file:../lib"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue