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 34ead6f commit f2aca58Copy full SHA for f2aca58
android/build.gradle
@@ -79,7 +79,7 @@ repositories {
79
80
dependencies {
81
implementation "com.facebook.react:react-native:+"
82
- implementation "org.osmdroid:osmdroid-android:6.1.16"
+ implementation "org.osmdroid:osmdroid-android:6.1.17"
83
}
84
85
if (isNewArchitectureEnabled()) {
tsconfig.json
@@ -7,7 +7,6 @@
7
"allowUnreachableCode": false,
8
"allowUnusedLabels": false,
9
"esModuleInterop": true,
10
- "importsNotUsedAsValues": "error",
11
"forceConsistentCasingInFileNames": true,
12
"jsx": "react",
13
"lib": ["esnext"],
0 commit comments