openmobilehub / react-native-omh-maps

https://openmobilehub.github.io/react-native-omh-maps/
Apache License 2.0
22 stars 0 forks source link

Unable to resolve module @openmobilehub/maps-plugin-mapbox #100

Open TrejoCode opened 1 month ago

TrejoCode commented 1 month ago

Hello, I'm trying to run the app, I'm using: core and openstreetmaps.

    "@openmobilehub/maps-core": "^1.0.0",
    "@openmobilehub/maps-plugin-openstreetmap": "^1.0.0",

Then I run: npm run android:

error Unable to resolve module @openmobilehub/maps-plugin-mapbox from /Users/sergiotrejo/Documents/traxion/biz_passenger/node_modules/@openmobilehub/maps-core/src/utils/optionalPlugins/_optionalMapboxPlugin.ts: @openmobilehub/maps-plugin-mapbox could not be found within the project or in these directories:
  node_modules/@openmobilehub/maps-core/node_modules
  node_modules
  ../../../node_modules
> 1 | export default require('@openmobilehub/maps-plugin-mapbox');
    |                         ^
  2 |.
maciekBudzinski commented 1 month ago

Hi @TrejoCode! Thanks for reporting the issue. Can you please specify the react-native version that you use, so we can reproduce it and work on the fix.

TrejoCode commented 1 month ago

Hi @TrejoCode! Thanks for reporting the issue. Can you please specify the react-native version that you use, so we can reproduce it and work on the fix.

I'm sorry I forgot it.

React Native 0.73.6

maciekBudzinski commented 1 month ago

@TrejoCode Thanks, I want to let you know that later this week we have a planning session, and we are going to take care of this issue. I will get back to you once we have some updates.

dzuluaga commented 1 month ago

@Nataliagros Friendly ping.