-
## Current behavior
I'm creating an Animated component by wrapping FlashList with `Animated.createAnimatedComponent` from the `react-native-reanimated` package so that I'm able to use its `us…
-
### Description
java.util.ConcurrentModificationException
at
java.util.ArrayList$Itr.next(ArrayList.java:860)
at
com.facebook.react.uimanager.UIManagerModuleConstantsHelper.createConstants(UIMana…
-
React Native Vison Camera team has released the versione 3.0.0 in early September 2023. This new version comes with serveral update including the use of `react-native-reanimated` 3+ (previous version …
-
### Current behavior
I've tried anything from RN 73, Reanimated 2 and 3
import * as React from 'react'
import { View, useWindowDimensions } from 'react-native'
import { TabView, SceneMap } from…
-
## Describe the feature
Currently the `onPageScroll`, `onPageSelected` and `onPageScrollStateChanged` events are dispatched as bubbling events using the batched bridge. This is really slow and does…
-
**Describe the bug**
A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description. Thanks!
**To Reproduce**
Steps to r…
-
### Current behavior
In a fresh expo install (46.0.16), when using conditional state to switch what renders, the page will flicker when testing in Android emulator if `react-native-reanimated` is i…
-
Hello, thanks for the awesome package! Its amazing but it lacks examples It'd be great it had variety of examples or some online builder
-
### Current behavior
![Screenshot_20241021_125911](https://github.com/user-attachments/assets/8322b46f-e7c6-4df7-811d-495d258e5e5f)
I am facing some trouble with `@react-navigation/bottom-tabs` sinc…
-
**Describe the bug**
When the toast is displayed for the second time, an error will occur.
**To Reproduce**
```js
{
toast.success('ok')
}}
>
…