We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b99067f commit 19415aeCopy full SHA for 19415ae
1 file changed
lib/project.service.ts
@@ -13,6 +13,16 @@ const exceptions = {
13
'kinvey-nativescript-sdk': {
14
command: 'npm i rxjs-compat'
15
},
16
+ 'nativescript-plugin-gplaces': {
17
+ file: 'google-places.config.json',
18
+ content: `{
19
+ "ios_key": "ios_key",
20
+ "android_key": "android_key",
21
+ "browser_key": "browser_key",
22
+ "location": true,
23
+ "images": true
24
+ }`
25
+ },
26
'nativescript-plugin-google-places': {
27
file: 'google-places.config.json',
28
content: `{
0 commit comments