forked from pinpong/react-native-google-maps-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnitro.json
More file actions
28 lines (28 loc) · 678 Bytes
/
nitro.json
File metadata and controls
28 lines (28 loc) · 678 Bytes
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
{
"$schema": "https://nitro.margelo.com/nitro.schema.json",
"cxxNamespace": ["rngooglemapsplus"],
"ios": {
"iosModuleName": "RNGoogleMapsPlus"
},
"android": {
"androidNamespace": ["rngooglemapsplus"],
"androidCxxLibName": "RNGoogleMapsPlus"
},
"hybridViews": [
{
"name": "RNGoogleMapsPlusView",
"platforms": ["ios", "android"]
}
],
"autolinking": {
"RNGoogleMapsPlusView": {
"swift": "RNGoogleMapsPlusView",
"kotlin": "RNGoogleMapsPlusView"
},
"RNGoogleMapsPlusModule": {
"swift": "RNGoogleMapsPlusModule",
"kotlin": "RNGoogleMapsPlusModule"
}
},
"ignorePaths": ["**/node_modules"]
}