Julien Brayere
Julien Brayere
**Is your feature request related to a problem? Please describe.** I just added a new package (https://github.com/zo0r/react-native-push-notification) an it became tedious to specify everywhere `launchApp` is specified `{ permissions: {...
**Describe the bug** `MapboxGL.setTelemetryEnabled` is undefined with the new Mapbox version **To Reproduce** Call `MapboxGL.setTelemetryEnabled(false)` from the latest version Looking at https://www.mapbox.com/telemetry/#opt-out and https://github.com/mapbox/mapbox-maps-android/issues/772 it seems that we cannot disable...
## Description Add information about `transforIgnorePatterns` so that the setup.js is transformed to avoid the following error: ``` ● Test suite failed to run Jest encountered an unexpected token Jest...
**Describe the bug** When calling `takeSnap` once `onDidFinishRenderingMapFully` triggers, sometimes the `MapboxGL.Images` are not fully loaded Here is the expected behavior (the flag is fully loaded)  Here is what...
## 🐛 Bug Report Applying `elevation` to bottomTabs on Android works but the shadow is displayed under and not over (and thus hidden). The issue seems related to this issue:...
See https://docs.python.org/3/library/difflib.html#module-difflib
### Introduction When running in release mode, React-native will display info logs (as also mentioned in this issue: https://github.com/facebook/react-native/issues/18584 and in this PR: https://github.com/facebook/react-native/pull/30579 ) ### Details For instance, using...
### Feature description For now, when trying to export secrets locally, we must first run `infisical init` and then manually select the project. It would be nice if we could...
### Description Passing `enable={false}` to a `RectButton` will have no effect when running jest tests. My guess is that since `RectButton` is using `TouchableNativeFeedback` (https://github.com/software-mansion/react-native-gesture-handler/blob/f0868f7ccf678c947ef65519ebf97ae149a10289/src/mocks.ts#L34) that uses `disabled` instead, it...