devoren
devoren
- [+] I am using the [latest scrollable tab view version](https://www.npmjs.com/package/react-native-scrollable-tab-view) I have Weird animation behavior on IOS, sometimes on real device lagging or i dont know what is it...
### Description I want to use a flatlist or flashlist to show a inverted list. But if I use inverted prop on android it works very slow. Default Flatlist: drops...
### Minimal reproducible example https://snack.expo.dev/@devoren/image-example ### Summary After updating to SDK 49, the following issue appears: ### Environment ``` expo-env-info 1.0.5 environment info: System: OS: Windows 10 10.0.19044 Binaries: Node:...
Hello! How to implement [this](https://github.com/wcandillon/can-it-be-done-in-react-native/tree/master/season1/instagram-stories) wonderful code in version 3.0? I tried to migrate but functions like abs, cond and other functions are undefined in the latest version. I don't...
Hey 👋 When I switch between tabs, there is a blank space at the top if I use Tabs.ScrollView: ` "react-native-collapsible-tab-view": "^6.1.4"` Code: ``` const tabs = useMemo( () =>...
# Bug Maybe similiar to https://github.com/gorhom/react-native-bottom-sheet/issues/204 I have 2 modals and global state. When global state updates i dismiss first modal and open second modal 1) If i dismiss first...
### Reproduction NA ### System Info ```shell System: OS: macOS 14.4.1 CPU: (8) arm64 Apple M1 Memory: 76.11 MB / 8.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.12.2 -...
### Current behavior I tried to create **native** stack navigator with fabric enabled in RN 0.71 and and when I quickly navigate between the bottom tabs this error appears. And...