config-plugins icon indicating copy to clipboard operation
config-plugins copied to clipboard

apk built, but not installable (on android 8.0.0) after the insertion of @config-plugins/react-native-webrtc

Open ega65 opened this issue 2 years ago • 1 comments

Summary

I buid a simple app with a native date picker, install the apk. and run npx expo start --dev-client Everything is ok.

I install : npx expo install react-native-webrtc @config-plugins/react-native-webrtc I redo the process, download the apk. But the newly built apk does not install on Android 8.0.0

Config Plugin

@config-plugins/react-native-webrtc

What platform(s) does this occur on?

Android

SDK Version

"expo": "~48.0.15",

Reproducible demo

Simply download the apk, and try to install it.. :s ..no success...

Thanks for your help...

ega65 avatar May 16 '23 22:05 ega65