-
### Description
Hello team,
After upgrading my project to 9.0.10, I'm facing a weird problem with local resources - in release configuration, the app crashes if there is more than one resource in th…
-
### Description
Let's create a simple barebones app that uses a manually activated pan gesture handler.
```typescript
import * as React from "react";
import { ScrollView, View } from "react-nati…
-
### Description
1. Editor: HorizontalOptions does not work.
2. ScrollView: Orientation="Vertical": The orientation is wrong when the device is rotated from landscape to portrait. The orientation is …
-
### Description
When using `useAnimatedKeyboard` there are times when the `height` returned by the hook is not right, causing the same "jump" effect as `KeyboardAvoidingView`. This is caused by the…
-
I've read through the past problems on this, but can't find a solution that doesn't make the gesture very buggy.
Any thoughts?
vuciv updated
3 weeks ago
-
**Describe the bug**
When scrollview with lot of content is passed as a children to react-native-popover-view, the scrollview is not scrollable in android but works fine in iOS. This issue started af…
-
Nested scrollView is not working when I try to show the products inside pagerView as a nested. If I give the height of the pagerView, like 3000, then it scrolls; otherwise, it does not scroll, but oth…
-
### Description
Setting `ScrollView` Orientation option to `Neither` seems not to have effect on Android.
### Steps to Reproduce
1. Set this as the content of a `ContentPage`
```xaml
…
-
### Description
Taking a screenshot where there is a `ScrollView` whose children are too much for the available space doesn't show how the screen actually looks. Instead the children of the `Scroll…
-
Unfortunately when we use PageView in a ScrollVIew, the scroll gesture is intercepted by the PageView, making it impossible to scroll down or up when the finger is on the PageView. This would be great…