0
votes

What could be the reason why the map works in my React Native application but my markers don't work? Are React native and native methods different?

2

2 Answers

1
votes

React Native Sample Code

Maybe you forgot to set the marker for mapview.

Also If you want check HMS Map Kit sample codes for React Native:

https://github.com/hms-dtse-dxb/react-native-hms-map#rendering-a-list-of-markers-on-a-map

0
votes

Our team is working on this fix and a new version of the sdk will be released coming week.

Thanks!