homeeondemand / react-native-mapbox-navigation

A navigation UI ready to drop into your React Native application
MIT License
153 stars 118 forks source link

Is this library still maintained? #116

Open danidaryaweesh opened 1 year ago

danidaryaweesh commented 1 year ago

Is this library still maintained? Any plans to add new features?

owaisnizam commented 11 months ago

I dont think so.

sarafhbk commented 4 months ago

Hey everyone! If you're encountering issues with the original version, I'd like to invite you to try my fork of React Native Mapbox Navigation. I've made some enhancements and fixes that might address your concerns. You can easily install it using npm with the following command:

npm install https://github.com/sarafhbk/react-native-mapbox-navigation

I'm eager to hear your feedback and improve it further, so please don't hesitate to share your thoughts and experiences!

GrizzlyBurke commented 4 months ago

npm install https://github.com/sarafhbk/react-native-mapbox-navigation

I'm eager to hear your feedback and improve it further, so please don't hesitate to share your thoughts and experiences!

Hello! I tried cloning your repo and running the example, but it won't build for me. I'm new to react native and was wondering if you could provide me any tips or how i should set up your repo to run the example.

I'm ultimately trying to get it up and running in a typescript RN app, but was having trouble.

ansmlc commented 3 months ago

Hey everyone! If you're encountering issues with the original version, I'd like to invite you to try my fork of React Native Mapbox Navigation. I've made some enhancements and fixes that might address your concerns. You can easily install it using npm with the following command:

npm install https://github.com/sarafhbk/react-native-mapbox-navigation

I'm eager to hear your feedback and improve it further, so please don't hesitate to share your thoughts and experiences!

Hi, I'm looking into using this package. Could you say if your fork would work with Expo EAS dev builds? (related to this issue

aaron038 commented 1 month ago

Hey everyone! If you're encountering issues with the original version, I'd like to invite you to try my fork of React Native Mapbox Navigation. I've made some enhancements and fixes that might address your concerns. You can easily install it using npm with the following command:

npm install https://github.com/sarafhbk/react-native-mapbox-navigation

I'm eager to hear your feedback and improve it further, so please don't hesitate to share your thoughts and experiences!

Hi, I have installed your package, and it looks good. However, Android keeps crashing a few seconds after the map loads. Have you encountered this issue?