start react native app
npm install -g expo-cli
start react native app
npm install -g expo-cli
create react native app
expo init my-project
//or
create-react-native-app my-project
cd my-project
//install react native navigation
npm install @react-navigation/native
npm install @react-navigation/stack
expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view
create a react native project
$ npm i -g create-react-native-app
$ create-react-native-app my-project
$ cd my-project
$ npm start
how to create a new react native project
$ npx react-native init firstapp
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us