-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrenative.json
71 lines (71 loc) · 2.37 KB
/
renative.json
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"platforms": {
"web": {
"engine": "engine-rn-web"
},
"android": {
"gradleBuildToolsVersion": "7.4.1",
"gradleWrapperVersion": "7.6.2",
"gradle.properties": {
"org.gradle.jvmargs": "-Xmx2048M -Dkotlin.daemon.jvm.options=\"-Xmx2048M\" --add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED"
}
}
},
"plugins": {
"react": "source:rnv",
"react-dom": "source:rnv",
"@react-native-community/cli-platform-ios": "source:rnv",
"@react-native-community/cli": "source:rnv",
"react-native-web": "source:rnv",
"react-native-svg": "source:rnv",
"@react-native-community/slider": "source:rnv",
"next": "source:rnv",
"react-native-theoplayer": {
"version": "8.12.0",
"web": {},
"android": {
"package": "com.theoplayer.ReactTHEOplayerPackage",
"path": "node_modules/react-native-theoplayer/android",
"implementations": [
"'androidx.core:core:1.9.+'"
],
"BuildGradle": {
"allprojects": {
"repositories": {
"maven { url(\"$rootDir/../../node_modules/react-native-theoplayer/android/local\") }": true
}
}
}
}
},
"svgs": "source:rnv",
"react-native-tvos": "source:rnv"
},
"extendsTemplate": "@rnv/template-starter/renative.json",
"projectName": "RenativeTHEOplayerSample",
"workspaceID": "rnv",
"defaults": {
"title": "RenativeTHEOplayer",
"id": "com.theoplayer.renative.sample",
"supportedPlatforms": [
"ios",
"android",
"androidtv",
"web",
"tvos"
]
},
"engines": {},
"templates": {
"@rnv/template-starter": {
"version": "0.37.4"
}
},
"currentTemplate": "@rnv/template-starter",
"isMonorepo": false,
"paths": {
"platformTemplatesDirs": {
"web": "./platformTemplates"
}
}
}