odemolliens / react-native-sim-cards-manager

React Native plugin to manage Sim card(s) & eSim
MIT License
67 stars 29 forks source link

Fix crashing on android < sdk 28 #83

Closed MargusSalk closed 2 months ago

MargusSalk commented 2 months ago

Production users with older androids reported crashes (also related to https://github.com/odemolliens/react-native-sim-cards-manager/issues/82). Found that not referencing EuiccManager in a field in SimCardsManagerModule did the trick.

Verified the crashes and fix on android 5 device and emulator.

odemolliens commented 2 months ago

Thank you!