Mobile App

Stacks:

Package.json

{
  "name": "lifetime-design-mobile",
  "version": "1.0.0",
  "main": "node_modules/expo/AppEntry.js",
  "description": "Lifetime Design Mobile App",
  "scripts": {
    "start": "expo start",
    "android": "expo start --android",
    "ios": "expo start --ios",
    "web": "expo start --web",
    "test": "jest"
  },
  "dependencies": {
    "@dietime/react-native-date-picker": "^1.2.1",
    "@react-native-async-storage/async-storage": "1.18.2",
    "@react-native-masked-view/masked-view": "0.2.9",
    "@react-navigation/drawer": "^6.6.3",
    "@react-navigation/native": "^6.1.7",
    "@react-navigation/native-stack": "^6.9.13",
    "axios": "^1.4.0",
    "base-64": "^1.0.0",
    "expo": "^49.0.0",
    "expo-asset": "~8.10.1",
    "expo-camera": "~13.4.2",
    "expo-device": "~5.4.0",
    "expo-face-detector": "~12.2.0",
    "expo-font": "~11.4.0",
    "expo-image-manipulator": "~11.3.0",
    "expo-linear-gradient": "~12.3.0",
    "expo-location": "~16.1.0",
    "expo-splash-screen": "~0.20.5",
    "expo-status-bar": "~1.6.0",
    "firebase": "^10.3.0",
    "galio-framework": "^0.8.0",
    "jest": "^29.2.1",
    "moment": "^2.29.4",
    "react": "18.2.0",
    "react-native": "0.72.4",
    "react-native-calendars": "^1.1300.0",
    "react-native-dropdown-picker": "^5.4.6",
    "react-native-gesture-handler": "~2.12.0",
    "react-native-modal-dropdown": "^1.0.2",
    "react-native-reanimated": "~3.3.0",
    "react-native-safe-area-context": "4.6.3",
    "react-native-screens": "~3.22.0"
  },
  "devDependencies": {
    "@babel/core": "^7.20.0",
    "babel-preset-expo": "^9.5.2",
    "jest-expo": "^49.0.0"
  },
  "jest": {
    "preset": "jest-expo",
    "transformIgnorePatterns": [
      "node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg)"
    ]
  },
  "private": true
}

Folder Structure:

Last updated