Get item location and show in the map view

hello please i want some one help me im building a react-native application with expo and I want to locate my item when I posted in the map view

Hey @mehdirabia,

Depending on how you plan on discerning the coordinates of the item, you’ll likely want to use these modules:
https://docs.expo.io/versions/v38.0.0/sdk/location/
https://docs.expo.io/versions/v38.0.0/sdk/map-view/

Cheers,
Adam

Hello @adamjnav i use location https://docs.expo.io/versions/v38.0.0/sdk/location/
but i want to display in a map …like for example when I post an item/product I want to show location in the map …please can you help me

You’ll want to use the MapView module I linked to above. Once you read the documents on that, you should have an understanding on how to render markers on the map.

We don’t write code for others when we provide support so you’ll have to do the heavy lifting there.