How can I integrate ArcGIS JS API with React native? I am using expo for react-native. I don't want to use runtime SDK but a react-native library or API for the same purpose to build a react native widget and integrate with Mendix native.
My Android.manifest file has the following permissions
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
The error I get is as follows enter image description here