https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 6626ff0f63a06be50a51ccee882f01bd807c95e2 authored by Suraj Ahmed on 12 August 2022, 07:17:17 UTC
v3.4.12
Tip revision: 6626ff0
package.json
{
  "main": "node_modules/expo/AppEntry.js",
  "scripts": {
    "start": "expo start",
    "android": "expo start --android",
    "ios": "expo start --ios",
    "web": "expo start --web",
    "eject": "expo eject"
  },
  "dependencies": {
    "@react-stately/checkbox": "^3.0.6",
    "@react-stately/toggle": "^3.2.6",
    "babel-preset-expo": "^9.1.0",
    "dripsy": "^3.6.0",
    "expo": "~44.0.0",
    "expo-status-bar": "~1.2.0",
    "native-base-old": "npm:native-base@3.4.6",
    "react": "17.0.1",
    "react-dom": "17.0.1",
    "react-native": "0.64.3",
    "react-native-safe-area-context": "3.3.2",
    "react-native-svg": "12.1.1",
    "react-native-web": "0.17.1"
  },
  "devDependencies": {
    "@babel/core": "^7.12.9",
    "@expo/webpack-config": "^0.16.23",
    "@types/react": "~17.0.21",
    "@types/react-native": "~0.64.12",
    "babel-loader": "^8.2.5",
    "typescript": "~4.3.5"
  },
  "private": true
}
back to top