/Family

Track your family members, discover family trees, explore degrees of separation.

Primary LanguageJavaScript

Family

Track your family members, discover family trees, explore degrees of separation.

For devs

Pre-requisites

  1. Download and Install Android studio (or Android SDK is sufficient)
  2. 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)
  3. 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

Starting app

  1. Start metro:
    • cd ./family_app
    • npx react-native start
  2. Start app
    • cd ./family_app
    • npx react-native run-android