I am trying to install app but getting this error everytime.
I Used following commands -
npm install
react-native run-android
Could not HEAD 'https://dl.bintray.com/okta/com.okta.android/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.4.32/kotlin-compiler-embeddable-1.4.32.pom'. Received status code 502 from server: Bad Gateway
under allprojects->repositories, remove mavenLocal() if you have it and add mavenCentral(), also remove if you have it:
maven {
url “https://dl.bintray.com/okta/com.okta.android”
}
I updated my @okta/okta-react-native to v 2.2.0 as well.
After making those changes, the build worked fine.