Track your family members, discover family trees, explore degrees of separation.
- Download and Install Android studio (or Android SDK is sufficient)
- Include 2 new env variables:
- ANDROID_HOME: C:\Users[username]\AppData\Local\Android\Sdk
- JAVA_HOME: [path to android studio]\jre
- In addition to that add C:\Users[username]\AppData\Local\Android\Sdk\platform-tools to path env variable. (We need that for easily checking devices connected across adb - device for testing our app)
- Dependecies:
- npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view
- npm install @react-navigation/native @react-navigation/stack
- Start metro:
- cd ./family_app
- npx react-native start
- Start app
- cd ./family_app
- npx react-native run-android