Xavier Seignard

Results 21 issues of Xavier Seignard

Hello, First of all thanks for this nice lib 👍 I'm using it with the following versions: ```json "@react-navigation/native": "^5.3.2", "@react-navigation/stack": "^5.3.5", "react-navigation-shared-element": "^5.0.0-alpha1", "react-native-shared-element": "^0.7.0", ``` It's working well,...

Hello, The `MarkerViewManager` implements the `MapView.OnCameraDidChangeListener` so updating a `MarkerView` is only updated after the camera did change, and not while the camera is changing. The consequence of that is...

### What's happening? After a few seconds (random, from 1s to 20s), the frame processor crashes on Android with a good old: ``` signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault...

🐛 bug

## What This PR properly closes the Camera session when the Camera view is unmounted ## Changes I rely on the local boolean `isMounted` and when `false` then close the...

### What's happening? `TOO_MANY_OPEN_CAMERAS` is still thrown with `3.7.0` on Android ### Reproduceable Code Check this repo https://github.com/xseignard/black-screen and navigate between screens ### Relevant log output ```shell 2024-01-11T11:51:52.930Z 29542 PreviewView...

🐛 bug
🤖 android

## What Not closing capture session before reconfiguring outputs triggers `TOO_MANY_OPEN_CAMERAS` error on Android when navigating from a screen to another one with different cameras. This PR is an attempt...

### Which platform(s) does your issue occur on? - Android ### Please, provide the following version numbers that your issue occurs with: - `androidx.browser:browser:1.6.0-beta01` has been released few days ago,...

### Which platform(s) does your issue occur on? - Android ### Please, provide the following version numbers that your issue occurs with: - `androidx.browser:browser:1.5.0-alpha01` has been released on Oct. 24th,...

Hello (bonjour!) I'm trying to parse Xbee (http://www.digi.com/products/wireless-wired-embedded-solutions/zigbee-rf-modules/point-multipoint-rfmodules/xbee-series1-module) frames with node-serialport and jparser but I'm too dumb to figure it out. Do you have any input on the way to...

Updated the `expo-config-plugin` to handle: - Android 13 and lower with an activity triggered by `androidx.health.ACTION_SHOW_PERMISSIONS_RATIONALE` intent - Android 14 with an activity-alias triggered by `android.intent.action.VIEW_PERMISSION_USAGE` intent - The activity...