Maps that allow users to create markers with Text and move them?

How do I use the docs in react-native-maps to do this in expo?

Thanks!

Hey @iamsomeone,

You can just follow the docs as you normally would. You’ll want to make use of the draggable property on Marker and you’ll want to create some form of UI that provides the user with a TextInput to allow them to set the text.

Cheers,

Adam

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.