-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathnitro.json
More file actions
54 lines (54 loc) · 1.32 KB
/
nitro.json
File metadata and controls
54 lines (54 loc) · 1.32 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"$schema": "https://nitro.margelo.com/nitro.schema.json",
"cxxNamespace": ["rngooglemapsplus"],
"ios": {
"iosModuleName": "RNGoogleMapsPlus"
},
"android": {
"androidNamespace": ["rngooglemapsplus"],
"androidCxxLibName": "RNGoogleMapsPlus"
},
"hybridViews": [
{
"name": "RNGoogleMapsPlusView",
"platforms": ["ios", "android"]
},
{
"name": "RNGoogleMapsPlusStreetView",
"platforms": ["ios", "android"]
}
],
"autolinking": {
"RNGoogleMapsPlusView": {
"ios": {
"language": "swift",
"implementationClassName": "RNGoogleMapsPlusView"
},
"android": {
"language": "kotlin",
"implementationClassName": "RNGoogleMapsPlusView"
}
},
"RNGoogleMapsPlusStreetView": {
"ios": {
"language": "swift",
"implementationClassName": "RNGoogleMapsPlusStreetView"
},
"android": {
"language": "kotlin",
"implementationClassName": "RNGoogleMapsPlusStreetView"
}
},
"RNGoogleMapsPlusModule": {
"ios": {
"language": "swift",
"implementationClassName": "RNGoogleMapsPlusModule"
},
"android": {
"language": "kotlin",
"implementationClassName": "RNGoogleMapsPlusModule"
}
}
},
"ignorePaths": ["**/node_modules"]
}