Fabien Demangeat
Fabien Demangeat
**Is your feature request related to a problem? Please describe.** Google is actively discouraging the use of location access, in the case of BLE, `ACCESS_FINE_LOCATION`. This is detailed over there:...
### What rule do you want to change? no-unnecessary-act ### Does this change cause the rule to produce more or fewer warnings? More warnings ### How will the change be...
Hello, I am setting up the Sentry Performance monitoring on a React Native Project. Most of our queries are made via Apollo/GraphQL. I see that you have a specific plugin...
**OS:** - [ ] Windows - [ ] MacOS - [ ] Linux **Platform:** - [ ] iOS - [x] Android **SDK:** - [x] `@sentry/react-native` (>= 1.0.0) - [ ]...
**Is your feature request related to a problem? Please describe.** This is a feature request. In Android 12, a new API has been announced, called Automatic App Updates See https://developer.android.com/about/versions/12/features#automatic-app-updates...
**Purpose** Fix `iosErrorCode` type. Change it from `BleATTErrorCode` to `BleIOSErrorCode`. Implementation seems to use `BleIOSErrorCode`. See implementation at https://github.com/Polidea/react-native-ble-plx/blob/1c3ceca0166a810286d035ec782586924310f966/src/BleError.js#L36
Hi, Is it possible to update the react-native SDK to use the latest Android version https://github.com/Iterable/iterable-android-sdk/releases/tag/3.5.1 please? We need the fixes shipped in this update. Thank you!
Hi, Question is in the title :) Do you support or plan to support the new React Native architecture? Thank you!
Hi, In Android 13, when the app targets Android 13 (`targetSdkVersion 33`), we must use a new set of permission instead of `READ_EXTERNAL_STORAGE`. See details at https://developer.android.com/about/versions/13/behavior-changes-13#granular-media-permissions The library requests...
**Motivation** Google announced a new Google Play's Photo and Video Permissions policy. The full details are available at https://support.google.com/googleplay/android-developer/answer/14115180?hl=en This is mainly about upcoming changes around the `READ_MEDIA_IMAGES` and `READ_MEDIA_VIDEO`...