I Have created a blank react native app and added webrtc package and now when I install my react native on my phones ,after installation it gets closed automatically and I don't know why app gets closed .The only thing i have noticed in my terminal is that it is saying Compatible side by side NDK version was not found .my Package.json is
{"name": "calling_App","version": "0.0.1","private": true,"scripts": {"android": "react-native run-android","ios": "react-native run-ios","start": "react-native start","test": "jest","lint": "eslint ." },"dependencies": {"react": "16.11.0","react-native": "0.62.2","react-native-webrtc": "^1.75.3" },"devDependencies": {"@babel/core": "^7.9.0","@babel/runtime": "^7.9.2","@react-native-community/eslint-config": "^1.0.0","babel-jest": "^25.3.0","eslint": "^6.8.0","jest": "^25.3.0","metro-react-native-babel-preset": "^0.59.0","react-test-renderer": "16.11.0" },"jest": {"preset": "react-native" }}