Abdellah

Results 6 comments of Abdellah

Hi @ianthetechie, I didn't find `DriveTheLine.js` in the examples folder, is there any other example on how to draw a route for multiple waypoints ?

Thanks for you response @KiwiKilian, I will do if I encounter a difficulty in the implementation, however I think `DriveTheLine.js` should stay in the examples as I think it is...

You can replace https://github.com/nitaliano/react-native-mapbox-gl/blob/004ed19b04c796bb1cf076d168d1c8a57e4ad8e6/example/src/components/DriveTheLine.js#L83-L92 with a pseudo code to indicate we should use our direction API of choice like `const res = await getDirections(); // choose the directions API of...

@TheGreatRefrigerator how about https://github.com/brianhvo02/openrouteservice-api ? I think @brianhvo02 has done a very good job that you can use as a base. Typescript is very important nowadays

How can we pass [Lucid icon props](https://lucide.dev/guide/packages/lucide-react-native#props) from gluestack `Icon` ?

I also have this issue while using `mode="datetime"` on android, I expect the date picker to be displayed first, then the time picker, but as stated in [the doc for...