UNPKG

react-native-interactable-with-android-link

Version:
38 lines (37 loc) 1.1 kB
{ "name": "react-native-interactable-reanimated-example", "description": "Example app for react-native-interactable-reanimated", "version": "0.0.1", "private": true, "main": "index", "scripts": { "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", "start": "expo start", "test": "jest" }, "dependencies": { "@react-native-community/masked-view": "0.1.10", "@react-navigation/web": "^1.0.0-alpha.9", "expo": "^42.0.0", "expo-splash-screen": "~0.11.2", "react": "16.13.1", "react-dom": "16.13.1", "react-native": "0.63.4", "react-native-gesture-handler": "~1.10.2", "react-native-reanimated": "~2.2.0", "react-native-screens": "~3.4.0", "react-native-unimodules": "~0.14.5", "react-native-web": "~0.13.12", "react-navigation": "^4.4.0", "react-navigation-stack": "^2.8.2" }, "devDependencies": { "@babel/core": "~7.9.0", "@babel/runtime": "^7.9.6", "babel-plugin-module-resolver": "^4.0.0", "babel-preset-expo": "8.3.0", "expo-cli": "^3.21.12" } }