Rami Elwan
Rami Elwan
## Description I am trying to have an Exclusive Gesture between Tap and Pan Gestures. When I pass the Exclusive Gesture to GestureDetector's "gesture" prop, I get the following error...
## Description I am trying to run code when onStart event is invoked for Pan or Tap gesture. Both of them seem to not work independently of each other. ###...
Whole app is wrapped inside MenuProvider, but popup menu is not respecting safeArea 
### Current behaviour Toast Container's width set to screen width makes it not possible for element to the side to be pressed ### Expected behaviour Components next to the toast,...
#135 and #140 introduced a regression which was fixed by me in #126 where touchable elements to the side of the toast are not pressable because toast container overlaps them...
### Summary getForegroundPermissionsAsync returns `status: denied, canAskAgain: false` even though in reality you can and if called `requestForegroundPermissionsAsync` it will actually prompt the user. To reproduce please use the minimal...
### What happened? I followed the docs about setting up bundling, but when i run the rnx-bundle command I get an error about duplicate node_modules across my dependencies. For example:...
### Minimal reproducible example Not Applicable ### Summary The issue happens in production and is captured by sentry. The error is: ```C++ Exception thunk for closure Ongoing Level: Fatal Unhandled...
### Description What I want is for flatlist to maintain its position if the offset is larger than 10, otherwise automatically scroll to new content, so I am using the...
### Description If a flatlist with a `maintainVisibleContentPosition` prop set has a header list component that is unmounted then the header component unmounts but the list does not scroll to...