-
When dragging an item the item appears below than it actually should be. It only shows this error in a list of DragViews and the list has more items that cover the viewport( items initially hidden in …
-
First of all, I love this project. You really have done an amazing job with all the features implemented to this library.
I'm wondering if anytime in the future will you allow us access to the Flat…
-
I have a text input and a FlatList made of TouchableOpacity items in a Modal. When the focus is on the text input and the keyboard appears, I lose the focus on the rest of the component. So if I click…
-
Ok i have tried this to get other user likes activities:
```
_initList = async () => {
const { client, username } = this.props
const options = {
kind: 'like',
limit: 20…
-
ScrollView 中的元素如果有 border 会出现闪烁的情况,去掉这个适配方案就不会有,可能和缩放渲染有关系,滚动的时候边框大小会动态变,所以出现闪烁的情况。
-
**Describe the bug**
Odd behaviour while dragging on RTL as seen in gif below (Android device):
![Untitled](https://user-images.githubusercontent.com/3640257/146762618-4a492c7a-af2d-4ef5-b29d-614433…
-
I use Surface (from gl-react-expo) and ImageFilters (from "react-native-gl-image-filters) for my project and on iOs it is working.
However, on Android photos with filters are shown properly when vi…
-
-
会自动触发上拉加载方法、
-
I am encountering an issue with initial focus. In my layout, I have a search button and a FlashList. Currently, the focus defaults to the search button when the screen opens, but I need the initial fo…