How to integrate Mapbox in React Native - Como integrar Mapbox en React Native

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024
  • En este video aprenderas a integrar mapbox en una aplicacion de React native (CLI)
    Mapbox proporciona potentes motores de enrutamiento, tiempos de viaje precisos basados ​​en el tráfico e indicaciones paso a paso intuitivas para ayudarlo a crear experiencias de navegación atractivas.
    Rnmapbox: github.com/rnm...
    ‪@Codynamico‬
    ‪@Platzi‬
    ‪@codigofacilito‬
    #react
    #education
    #tecnologia
    #firebase
    #googledevelopers
    ‪@EDteam‬

Комментарии • 21

  • @carlostoro8336
    @carlostoro8336 2 года назад +5

    No hiciste ninguna configuración en los archivos de Android?

  • @richardvacaruiz7661
    @richardvacaruiz7661 3 месяца назад

    Hola no m corre la aplicacion por necesito configurar algunas dependencias para q funcione mapbox

  • @felipemelendez5741
    @felipemelendez5741 Год назад +2

    Esto se brinco la configuracion del Podfile asi que desafortunadamente este tutorial no me sirvio, que pesar

  • @karlacuadrado7167
    @karlacuadrado7167 2 года назад +2

    Hola hice todos los pasos y tengo un error no se muetra el mapa Mapbox error [HTTP] Unable to parse resourceUrl mapbox://styles/mapbox/streets-v11 {"level": "error", "message": "[HTTP] Unable to parse resourceUrl mapbox://styles/mapbox/streets-v11", "tag": "Mbgl-HttpRequest"}

    • @tadeo93100
      @tadeo93100 Год назад

      Prueba con esto:)
      import React from 'react';
      import { StyleSheet, View } from 'react-native';
      import MapboxGL from '@rnmapbox/maps';
      MapboxGL.setAccessToken('token');
      const App = () => {
      return (





      );
      }
      export default App;
      const styles = StyleSheet.create({
      page: {
      flex: 1,
      justifyContent: 'center',
      alignItems: 'center',
      },
      container: {
      height: 800,
      width: 400,
      },
      map: {
      flex: 1
      }
      });

  • @steven7936
    @steven7936 2 года назад

    For some reason the streets for me are not filling out. It only fills out country borders.

  • @leedahye25
    @leedahye25 Год назад

    Thanks! how to do the direction?

  • @jorgezuniga3956
    @jorgezuniga3956 Год назад

    Gracias por la explicacion! Me ayudo mucho con las anotaciones

  • @mauriciomolina6365
    @mauriciomolina6365 Год назад

    Hola no haces ninguna configuration en build.glade o algo

  • @chevya9319
    @chevya9319 2 года назад

    Buen video bro , hay pagar algo despues de superar cierto limite de consultas ?

  • @ccencisoj
    @ccencisoj 2 года назад +1

    Muy buen video, excelente explicación.

    • @Codynamico
      @Codynamico  2 года назад

      Gracias Cristian, espero seguir ayudando

  • @dawidzach6457
    @dawidzach6457 2 года назад

    Thank you so much for this tutorial. Can you record a tutorial with integration mapbox + expo, please?

  • @alexandranushko7451
    @alexandranushko7451 2 года назад +3

    Hello! I repeated all the steps. The map is not loading. Error: Mapbox error [HTTP] Unable to parse resourceUrl mapbox://styles/mapbox/streets-v11

    • @shylk5951
      @shylk5951 2 года назад +1

      Hello I do have the same problem did you found anything ?

    • @Codynamico
      @Codynamico  2 года назад

      hi, i share with you the full guide => github.com/rnmapbox/maps

    • @shylk5951
      @shylk5951 2 года назад +1

      @@Codynamico Worked well, thank you !

    • @alexandranushko7451
      @alexandranushko7451 2 года назад

      ​@@shylk5951, I tried all the installation options from the documentation and advice from stackoverflow, nothing helps me. Spent a whole day on this. And as a result, I decided to use react-native-maps. This library is much more stable and has better documentation.​

    • @mehdimv4808
      @mehdimv4808 Год назад

      @@shylk5951 hi i have the same problem. can i ask how did you work it out?