Beginners! How to initialize React Native project. Expo and React Native CLI

Beginners! How to initialize React Native project. Expo and React Native CLI

Siso - Quester Studios

2 года назад

181 Просмотров

REACT NATIVE EXPO:
expo init FirstProject
cd FirstProject
npm start
-------------------------------------------------------------------------
REACT-NATIVE CLI:
install npm or yarn
install react native cli then npm install -g
react-native-cli && npm install -g react-native (admin or sudo)
react-native init MyProject
cd Myproject
react-native run-ios or run-android
Ссылки и html тэги не поддерживаются


Комментарии: