Skip to main content

All Questions

0 votes
1 answer
101 views

ERROR Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components)

I'm trying to test the Geojson library but I'm stuck on this error. I am sent below my app.js and package.json codes that was copied from this repository. App.js import React from 'react'; import ...
Danilo Miguel's user avatar
4 votes
1 answer
3k views

Hiding/Removing business names & markers in react-native-maps' mapview

I'm implementing my custom marker pin in MapView component. Are there a way to hide or remove third party markers, like hotels, restaurants, sales stores, etc...? I have searched in component docs but ...
Marcos Favarão's user avatar
0 votes
1 answer
434 views

MapView showing blank view with google icon on it when ejected from expo

So i built an app in expo where i use MapView and it worked fine until i ejected from expo. It showed map correctly but when i ejected from expo, it shows a blank view with google icon on it. Note ...
Irfan wani's user avatar
  • 4,740