[READ-ONLY] Mirror of https://github.com/andrioid/bug-bugreport-e1. An app demonstrating an Android crash on Expo shell app
0

Configure Feed

Select the types of activity you want to include in your feed.

bug-bugreport-e1 / package.json
637 B 26 lines
1{ 2 "name": "bug-android-map-pains", 3 "version": "0.1.0", 4 "private": true, 5 "devDependencies": { 6 "react-native-scripts": "1.14.0", 7 "jest-expo": "~27.0.0", 8 "react-test-renderer": "16.3.1" 9 }, 10 "main": "./node_modules/react-native-scripts/build/bin/crna-entry.js", 11 "scripts": { 12 "start": "react-native-scripts start", 13 "eject": "react-native-scripts eject", 14 "android": "react-native-scripts android", 15 "ios": "react-native-scripts ios", 16 "test": "jest" 17 }, 18 "jest": { 19 "preset": "jest-expo" 20 }, 21 "dependencies": { 22 "expo": "^27.0.1", 23 "react": "16.3.1", 24 "react-native": "~0.55.2" 25 } 26}