expo / config-plugins

Out-of-tree Expo config plugins for packages that haven't adopted the config plugin system yet.
427 stars 91 forks source link

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

Open ega65 opened 1 year ago

ega65 commented 1 year ago

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 commented 1 year ago

Actually, problem is solved... ...it seems there was a cache problem somewhere,.. ..I think on my device... :p