https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 77d011d92ce261d8f47eff9e9dcc167679345b44 authored by ankit-tailor on 11 March 2022, 13:30:55 UTC
fix: remove destructuring of resolvedProps
Tip revision: 77d011d
package.json
{
  "name": "native-base-example",
  "description": "Example app for NativeBase",
  "version": "0.0.3",
  "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",
    "storybook": "start-storybook -p 7007",
    "build-storybook": "build-storybook",
    "postinstall": "patch-package",
    "test": "bash scripts/test.sh",
    "update-test": "yarn test -u"
  },
  "dependencies": {
    "@expo/vector-icons": "^12.0.2",
    "@react-native-aria/overlays": "^0.2.9",
    "@react-native-async-storage/async-storage": "^1.15.7",
    "expo": "~40.0.0",
    "expo-font": "~8.4.0",
    "expo-linear-gradient": "^9.1.0",
    "expo-splash-screen": "^0.8.1",
    "expo-status-bar": "~1.0.3",
    "formik": "^2.2.6",
    "react": "16.13.1",
    "react-hook-form": "^6.14.0",
    "react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
    "react-native-keyboard-aware-scroll-view": "^0.9.4",
    "react-native-safe-area-context": "^3.1.9",
    "react-native-svg": "^12.1.0",
    "react-native-web": "^0.16.5"
  },
  "devDependencies": {
    "@babel/core": "~7.9.0",
    "@babel/runtime": "^7.12.5",
    "@expo/webpack-config": "^0.12.51",
    "@storybook/addon-actions": "^5.3",
    "@storybook/addon-knobs": "^5.3",
    "@storybook/addon-links": "^5.3",
    "@storybook/addon-ondevice-actions": "^5.3.23",
    "@storybook/addon-ondevice-knobs": "^5.3.23",
    "@storybook/addon-storyshots": "^6.3.4",
    "@storybook/react-native": "^5.3.23",
    "@storybook/react-native-server": "^5.3.23",
    "@types/react": "~16.9.35",
    "@types/react-dom": "~16.9.8",
    "@types/react-native": "~0.63.2",
    "babel-loader": "^8.2.2",
    "babel-plugin-module-resolver": "^4.0.0",
    "core-js": "3.6.5",
    "jest": "^27.0.6",
    "jest-expo": "^42.0.1",
    "metro-react-native-babel-preset": "^0.64.0",
    "patch-package": "^6.2.2",
    "postinstall-postinstall": "^2.1.0",
    "react-dom": "^17.0.2",
    "react-test-renderer": "^17.0.2",
    "typescript": "4.2.4"
  },
  "private": false
}
back to top