Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

167
Vistas
React Native App restarts on navigating to a page using react-native-maps

I'm using expo and react native. I have about 8 different screens I'm navigating between, but on navigating to a page that is supposed to display a map, the app restarts and goes back to the splash screen. The code works fine in the emulator and my expo app. But the error occurs in the Binary build (APK). This page contains data from 'react-native-maps'.

  <View style={styles.container}>
    <MapView
      style={styles.map}
      region={{
        latitude: scheduledOrders.starting_loc_lat,
        longitude: scheduledOrders.starting_loc_long,
        latitudeDelta: 0.0922,
        longitudeDelta: 0.0421,
      }}
    >
      {markers &&
        markers.map((item, index) => (
          <MapView.Marker
            coordinate={item.coordinates}
            pinColor={"purple"} // any color
            title={item.title}
            description={item.description}
            key={index}
          >
            <View style={styles.circle}>
              <AppText style={styles.pinText}>{index + 1}</AppText>
            </View>
          </MapView.Marker>
        ))}
    </MapView>
  </View>
about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda