-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@lvothnrv/react-native-launchscreen",
"version": "0.0.4",
"description": "A React Native launch screen based on react-native-splash-screen and react-native-bootsplash, compatible with both iOS and Android platforms.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lvothnrv/react-native-launchscreen.git"
},
"keywords": [
"react-native",
"react-native-launchscreen",
"splash-screen",
"splashscreen",
"boot-splash",
"bootsplash",
"launch-screen",
"launchscreen",
"splash",
"android",
"ios"
],
"author": "lvothnrv",
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.60.0"
},
"homepage": "https://github.com/lvothnrv/react-native-launchscreen#readme",
"codegenConfig": {
"name": "LaunchScreenSpec",
"type": "modules",
"jsSrcsDir": ".",
"android": {
"javaPackageName": "com.lvothnrv.launchscreen"
}
}
}