[READ-ONLY] Mirror of https://github.com/andrioid/expo-android-splash-bug. temporary repo
662 B
26 lines
1{
2 "name": "android-splash-bug",
3 "version": "0.1.0",
4 "private": true,
5 "devDependencies": {
6 "jest-expo": "25.0.0",
7 "react-native-scripts": "1.11.1",
8 "react-test-renderer": "16.2.0"
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": "node node_modules/jest/bin/jest.js"
17 },
18 "jest": {
19 "preset": "jest-expo"
20 },
21 "dependencies": {
22 "expo": "^25.0.0",
23 "react": "16.2.0",
24 "react-native": "0.52.0"
25 }
26}