Four
Four

Reputation: 154

Cannot start React Native on Android Studio Emulator

I just started with React Native and I have a problem about running react native project, other projects are running normally but this project doesn't work and it doesn't give me any specific error. When I build on android, application suddenly killed right after start. When I "react-native run-android"

This picture show is loading enter image description here

and then enter image description here enter image description here

the console enter image description here

it took me hours to fix it but still don't know why can somebody help me? have a nice day guys

Upvotes: 0

Views: 249

Answers (1)

ViShU
ViShU

Reputation: 428

add In the android/app/build.gradle

implementation(platform("com.squareup.okhttp3:okhttp-bom:4.9.0"))

source: https://github.com/tinycreative/react-native-intercom/issues/441

Upvotes: 1

Related Questions