File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
example/android/app/src/main Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,10 @@ def isNewArchitectureEnabled() {
26
26
apply plugin : " com.android.library"
27
27
apply plugin : " kotlin-android"
28
28
29
- if (isNewArchitectureEnabled()) {
30
- apply plugin : " com.facebook.react"
31
- }
29
+ // TODO: Getting build error with this block :(
30
+ // if (isNewArchitectureEnabled()) {
31
+ // apply plugin: "com.facebook.react"
32
+ // }
32
33
33
34
def getExtOrDefault (name ) {
34
35
return rootProject. ext. has(name) ? rootProject. ext. get(name) : project. properties[" TrueSheet_" + name]
Original file line number Diff line number Diff line change 22
22
<category android : name =" android.intent.category.LAUNCHER" />
23
23
</intent-filter >
24
24
</activity >
25
+
26
+ <!-- https://github.com/react-native-maps/react-native-maps/blob/master/docs/installation.md#android -->
27
+ <meta-data
28
+ android : name =" com.google.android.geo.API_KEY"
29
+ android : value =" AIzaSyBeaou3cjmq_BED6HlTRdg5fSyArUCzoTM" />
25
30
</application >
26
31
</manifest >
You can’t perform that action at this time.
0 commit comments