Answers for "can we use expo library in react native cli"

0

install expo cli mac os

npm  install -g expo-cli
npx expo-cli init projectName

cd projectName
npm run ios
npm run android
Posted by: Guest on September-27-2020
1

react native expo install

#install expo
npm install --global expo-cli
# create first "my-app" application
expo init my-app
# open folder
cd my-app
# start expo development server
expo start
Posted by: Guest on August-06-2021

Code answers related to "can we use expo library in react native cli"

Code answers related to "Javascript"

Browse Popular Code Answers by Language