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

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
@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.

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?
Most helpful comment
Thank @ferdicus, @mfazekas, I figured it out.
For any one got problem same with me