UNPKG

@thefunbots/react-native-pointer-interactions

Version:
31 lines (30 loc) 711 B
{ "name": "example", "version": "0.0.1", "private": true, "scripts": { "start": "react-native start", "test": "jest", "lint": "eslint ." }, "dependencies": { "react": "16.8.6", "react-native": "0.60.5", "@thefunbots/react-native-pointer-interactions": "file:..", "react-native-swift": "^1.2.3" }, "devDependencies": { "@babel/core": "^7.9.6", "@babel/runtime": "^7.9.6", "@react-native-community/eslint-config": "^1.1.0", "babel-jest": "^26.0.1", "eslint": "^6.8.0", "jest": "^26.0.1", "metro-react-native-babel-preset": "^0.59.0", "react-test-renderer": "16.8.6" }, "jest": { "preset": "react-native" }, "isSwift": true }