Read Me
Run
- run npm install
- run npm init
- connect your phone to the same Wi-fi network as your pc
- scan RQ code and use it to open Expo
Installation:
-
Node.js & npm (Node package manager) Download node.js recommended version
-
Yarn run npm install --global yarn
-
FireBase --> install version 7.9.0 of firebase (later versions has issues connecting React-Native and Firestore) run yarn add [email protected] or npm install [email protected]
-
Reac-Native run npm install -g react-native-cli or yarn add -g react-native-cli
-
Expo run npm install -g expo-cli or yarn add -g expo-cli
-
React Navigation run npm install @react-navigation/native
then:
npm i react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view or if using expo: expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view
then: npm install @react-navigation/stack @react-navigation/bottom-tabs @react-navigation/drawer
npm install --save react-native-swipeout