Maps: Missing MakerView component

Created on 28 Feb 2020  Â·  8Comments  Â·  Source: react-native-mapbox-gl/maps

Describe the bug
I try to use MakerView but I got error forget to export and I check index.js in lib of react-native-mapbox-gl module in my local node_modals and I realize It doesn't exist. I use custom mapbox module but I also checked with lastest verson 7.2.0 also doesn't exist after install. I also downloaded zip file from this repos of 7.20 verson and checked it, It's not there
I took screenshot of index.js file of @react-native-mapbox-gl/maps/javascript
Any one got the same problem?

Screenshots
Screenshot 2020-02-28 at 10 40 02

Versions (please complete the following information):
mapbox version: "@react-native-mapbox-gl/maps": "react-native-mapbox-gl/maps#f53000547ba5b64ee86551b18080fcb85b3f9489",
node version: v10.16.3
yarn: 1.19.0

Most helpful comment

Thank @ferdicus, @mfazekas, I figured it out.

yarn add https://github.com/react-native-mapbox-gl/maps.git#master
npm install https://github.com/react-native-mapbox-gl/maps.git#master

For any one got problem same with me

All 8 comments

@hieunguyendut #f53000547ba5b64ee86551b18080fcb85b3f9489 doesn't have MarkerView yet, nor 7.2.0. Please use master for that.

Hey @mfazekas , I also downloaded and checked 7.2.0 source code release. It doesn't exist.
Screenshot 2020-02-28 at 13 53 18

As mfazekas said, please use latest master not the release 7.2.0

Hi @ferdicus, thank for your response. Can you show me how to do that? Thanks a lot

Thank @ferdicus, @mfazekas, I figured it out.

yarn add https://github.com/react-native-mapbox-gl/maps.git#master
npm install https://github.com/react-native-mapbox-gl/maps.git#master

For any one got problem same with me

@hieunguyendut Excuse me,I did, but it still couldn't work。

@Mrxpj It work but you got another problem. You can see the error when you build app by Xcode I decided to not use that any more.

@Mrxpj It work but you got another problem. You can see the error when you build app by Xcode I decided to not use that any more.
Thank you. I use Visual Studio Code to build my app. Can I use MakerView on Android?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gmaclennan picture gmaclennan  Â·  3Comments

arnaudambro picture arnaudambro  Â·  5Comments

peterleng picture peterleng  Â·  4Comments

lukemcgregor picture lukemcgregor  Â·  5Comments

jayhaluska picture jayhaluska  Â·  5Comments