I have a ios react native app and I would like to add the android part to it.
I do not understand this line in the docs
Update the react-native dependency in your package.json file to the latest version
Currently my package.json file looks like this
{
"name": "sassi",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start"
},
"dependencies": {
"react-native": "^0.15.0",
"react-native-icons": "^0.7.0",
"react-native-splashscreen": "^1.0.0"
}
}
Any help would be greatly appreciated