I have a react-native source. i can find the react-native-script in script section of package.json file. i want to know the difference between react-native and react-native-script. and .expo and react native cli . Can you give me good response for it?
I have only experience in react native cli, but can not understand the react-native script. Thank you
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "jest"
},
Want to run it using react native cli. How to run it? Thank you