Viktoriia 8 months ago
parent
commit
4fe07674b6
2 changed files with 3 additions and 1 deletions
  1. 2 1
      app.config.ts
  2. 1 0
      package.json

+ 2 - 1
app.config.ts

@@ -157,6 +157,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
       {
         microphonePermission: 'Allow Nomadmania to access your microphone.'
       }
-    ]
+    ],
+    ['@maplibre/maplibre-react-native']
   ]
 });

+ 1 - 0
package.json

@@ -13,6 +13,7 @@
   },
   "dependencies": {
     "@expo/config-plugins": "^8.0.8",
+    "@maplibre/maplibre-react-native": "^10.0.0-alpha.22",
     "@react-native-clipboard/clipboard": "^1.14.2",
     "@react-native-community/datetimepicker": "8.0.1",
     "@react-native-community/netinfo": "11.3.1",