-
Here is a simple app which runs very slow on Android phone:
```js
import React from 'react';
import {ScrollView, StyleSheet, Text, View} from 'react-native';
import MaskedView from '@react-nativ…
-
This is a continuation of https://github.com/bluesky-social/social-app/issues/2728.
We've fixed most jumps on main. (Some are unavoidable due to FlatList bugs, but we'll be following up on that sep…
-
I would like to use your library for my project and have added your library via the following instructions
1) yarn add react-native-nested-scroll-view
2) Manually linking via your instructions to…
-
I am using the tag inputs inside a scroll view. It gives me error Virtualized lists can never be used inside a plain scroll view
-
It works great on Android emulator and IOS, but if i try to close interstitial on android device, app is closing and works in background. If i resume app, it still works great
RN 0.49
expo 21
rea…
-
*This package has external dependencies of [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) and [react-native-gesture-handler](https://github.com/software-mansion…
-
I am encountering an issue when using the react-native-autocomplete-dropdown library within a React Native modal. The dropdown list appears behind the modal and is not interactable. Additionally, when…
-
**Is your feature request related to a problem? Please describe.**
ScrollUntilVisible should have optional parameter
**Describe the solution you'd like**
While finding some element in the Page if…
-
上拉加载没办法监听到啊?并且onscroll里面也没办法实时拿到滑动的距离
-
The `blurType` options supported for iOS does not provide any option for handling a clear background to the `BlurView` component.
That would be useful in many cases, like described on issues #465 ,…