Blog

Add a new blog
September 2

React Navigation 5

run expo update / nmp update first, then, Install packages: npm install @react-navigation/native Installing dependencies into an Expo managed project:  expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view if you are using 'stack' and 'drawer', import the packages as well: npm install @react-navigation/stack npm install @react-navigation/drawer for material bottom and top tabs navigator, import following: npm install @react-navigation/material-bottom-tabs react-native-paper npm install @react-navigation/material-top-tabs react-native-tab-view If you're on a Mac and developing for iOS, you...

September 2

React Navigation 4

...

August 20

Setup React Project

Make sure you have Node 12 LTS or greater installed, download from https://nodejs.org/en/ Use npm to install the Expo CLI command line utility sudo npm install -g expo-cli or sudo npm install expo-cli --global Then (use expo) run the following commands to create a new React Native project called "AwesomeProject": expo init AwesomeProject  cd AwesomeProject npm start # you can also use: expo start expo commands: ...

Send us a message. We will reply as soon as we can.