forked from zoontek/react-native-bootsplash
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 706 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "react-native-bootsplash-example",
"version": "0.0.1",
"private": true,
"scripts": {
"clean-modules": "rm -rf ./node_modules/react-native-bootsplash/{example,node_modules}",
"clean": "rm -rf ./node_modules ./ios/Pods",
"pod-update": "cd ./ios && pod update && cd ..",
"postinstall": "yarn clean-modules && yarn pod-update",
"start": "react-native start",
"reinstall": "yarn clean && yarn install"
},
"dependencies": {
"react": "16.13.1",
"react-native": "0.63.3",
"react-native-bootsplash": "file:../"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/runtime": "^7.12.5",
"metro-react-native-babel-preset": "^0.59.0"
}
}