From 29c1db7252f04cefc365c10b6970cdbc285586ba Mon Sep 17 00:00:00 2001 From: Anmol Verma Date: Thu, 11 Apr 2024 22:52:49 +0530 Subject: [PATCH] changes in app.config --- apps/expo/app.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/expo/app.config.js b/apps/expo/app.config.js index bb716c425..01351c6a9 100644 --- a/apps/expo/app.config.js +++ b/apps/expo/app.config.js @@ -7,7 +7,7 @@ module.exports = ({ config }) => { "@rnmapbox/maps", { "RNMapboxMapsImpl": "mapbox", - "RNMapboxMapsDownloadToken": process.env.MAPBOX_DOWNLOADS_TOKEN2 + "RNMapboxMapsDownloadToken": process.env.MAPBOX_DOWNLOADS_TOKEN } ] }