React Native provides two way to create Project.
First:
npm install -g expo-cli
Second:
npm install -g react-native-cli
so what is different between them and what should be used if we create react native app?
React Native provides two way to create Project.
First:
npm install -g expo-cli
Second:
npm install -g react-native-cli
so what is different between them and what should be used if we create react native app?