Arthur Delbeke

Results 5 issues of Arthur Delbeke

### Current behavior Today, when we have a `FirebaseRecaptcha` inside the navigator with `navigationEnabled` to `true` the app crashes with this following error. ``` *** *** *** *** *** ***...

bug
platform:android
library:react-native-screens
repro provided

## Description There is two different behavior between iOS and Android, in fact on iOS this code runs without any problem but on Android none of theses animations works. ###...

Bug
🏠 Reanimated 2
bug-bash-jan22

## Description I am trying to reproduce a pinch and pan gesture on image like Instagram. In fact, each gesture works but not together, even with the `Gesture.Simultaneous` ### Screenshots...

Gesture Handler 2
Area: Gestures

## Description From an [issue](https://github.com/react-navigation/react-navigation/issues/10662) in `react-navigation` repo Today, when we have a FirebaseRecaptcha inside the navigator with navigationEnabled to true the app crashes with this following error. ## Steps...

Platform: Android
Repro provided

Taking inspiration from this [post](https://bsky.app/profile/samuel.bsky.team/post/3lc6kibs7r225) from Sam, this PR removes the top safe area blank on profile. - Disabling the blank space by setting the `disableTopPadding` on `Layout.Screen` - Updating...