We were trying to use the arcgis-android 100.8.0 runtime in the react native app. While trying to run the app we are getting the error 
 
 
Could not determine the dependencies of task ':app:mergeDebugAssets'.
> Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'.
   > Could not resolve com.esri.arcgisruntime:arcgis-android:100.8.0.
     Required by:
         project :app > project :react-native-acrgismap
      > Could not resolve com.esri.arcgisruntime:arcgis-android:100.8.0.
         > Could not get resource 'https://esri.bintray.com/arcgis/com/esri/arcgisruntime/arcgis-android/100.8.0/arcgis-android-100.8.0.pom'.
            > Could not GET 'https://esri.bintray.com/arcgis/com/esri/arcgisruntime/arcgis-android/100.8.0/arcgis-android-100.8.0.pom'. Received status code 403 from server: Forbidden
 
 We are able to run it in windows but not able to build and run it on the Mac with OS 11.1
There are no proxy settings.