Releases: odemolliens/react-native-sim-cards-manager
Releases · odemolliens/react-native-sim-cards-manager
1.0.26
1.0.24
What's Changed
- Create Pending Intent with mutable flag to receive EUICC manager callback on Android 14 by @raffiot in #77
- Fix crashing on android < sdk 28 by @MargusSalk in #83
New Contributors
- @raffiot made their first contribution in #77
- @MargusSalk made their first contribution in #83
Full Changelog: 1.0.22...1.0.23
1.0.22
1.0.21
- Fix Android issue from 1.0.20
1.0.20
- Fix for Android 13 READ_PHONE_NUMBERS
- Fix for Android 14 registerReceiver()
- Fix iOS result success
1.0.18
- Fix fix setupEsim. check for OS version P or above, before continuing and return if below.
- Moved initMgr() to after the version check.
1.0.17
Fix npm package; missing index.ts file
1.0.16
- Fix npm package; missing index.ts file
1.0.11
- Fix: Android - get phone number on API 33
- Feat: Android -
sendPhoneCall
with phone number and sim slot index
1.0.10
- Fix Fix issue when the OS requires user action
- Improve package generation and add types declaration (one more time !)
- Improve package generation and add types declaration