How can I Add a ESRI map to React-native app

3031
1
08-07-2022 11:42 PM
RichaSaxena
New Contributor

Hello All,

I am new to Esri Maps. I am implementing a ReactNative Application in which we have to add Esri Map, tried the following example https://github.com/davidgalindo/react-native-arcgis-mapview but getting issues in the above dependency files, also all dependency I see are 4-5 years old, can anyone please help me with updated dependency or methods to implement Esri Map in react native App or help me in solving errors.

1 Reply
ReneRubalcava
Frequent Contributor

Esri doesn't have a React Native SDK. They wouldn't be implemented in JavaScript.

There is also this community project that wraps the Runtime SDK with React Native components.

https://github.com/glazou/react-native-arcgis-sdk-demo

But again, these are not official libraries and are not supported.

0 Kudos