React Native Mapbox Integration and Clustering of Markers with help of turf helpers

Поділитися
Вставка
  • Опубліковано 21 гру 2024

КОМЕНТАРІ • 14

  • @minhkhanhnguyen450
    @minhkhanhnguyen450 Місяць тому +1

    Interesting video. Do you have any idea about offline app using mapbox and react native?

    • @gauthamvijay
      @gauthamvijay  Місяць тому +1

      No. I have not come across them.

  • @persiandigitalcontent4471
    @persiandigitalcontent4471 26 днів тому +1

    Hi Gautham, Hope you are doing well. This tutorial was very nice! Would you please share Source code of this your project. It would be very helpful our practice! Many Thanks

    • @gauthamvijay
      @gauthamvijay  26 днів тому +1

      I am making a full fledged series on this.
      So it sill be available once its done.

  • @faridul.hassan
    @faridul.hassan 2 місяці тому +1

    Very helpful tutorial about React Native Mapbox indeed.
    Can you also provide source code link please?

    • @gauthamvijay
      @gauthamvijay  2 місяці тому

      Thank you haasan for the kind words. ❤️‍🔥
      I will provide the source code at a later period for both the react native maps and mapbox videos.
      Thank you for your support.

  • @makeu6693
    @makeu6693 28 днів тому +1

    Bro Please do a tutorial with route direction map using mapBox. Thank You!

    • @gauthamvijay
      @gauthamvijay  28 днів тому +1

      Good idea.
      I will try to do next week.
      If you like the video, do like share ans subscribe❤️‍🔥

    • @makeu6693
      @makeu6693 28 днів тому +1

      @gauthamvijay I count on you bro. Thank you!

    • @gauthamvijay
      @gauthamvijay  28 днів тому +2

      If you have any video suggestions in react and react native - do let me know.
      I will do it next week♥️

    • @makeu6693
      @makeu6693 28 днів тому +1

      @@gauthamvijay Pls do an expo version for the route direction map using mapBox bro. THANK YOU!

    • @gauthamvijay
      @gauthamvijay  28 днів тому +2

      @@makeu6693 Expo would work the exact same - but i would use the bare react native style as i am more used to it.

  • @vineetpriyedarshi425
    @vineetpriyedarshi425 22 дні тому +1

    Hey i am unable to render the map when im using this. im using android studio.
    import {Text} from 'react-native';
    import Mapbox, {MapView} from '@rnmapbox/maps';
    const accessToken = '';
    Mapbox.setAccessToken(accessToken);
    export default function Map() {
    return ;
    }
    this is my react native code.
    can you please let me know any way. Also right now i put public token in accesstoken, is it right?

    • @gauthamvijay
      @gauthamvijay  22 дні тому +1

      Pleasw view the video fully.
      I have provided each and every step to make it work in android and iOS.