-
**Describe the bug**
On Android when the user tries to scroll the carousel the app crashes and closes itself. Inspecting with Android Studio gives this error (top of the error stack):
```
java.lang…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `react-native-snap-carousel@3.9.1` for the project I'm…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `react-native-reanimated-carousel@3.5.1` for the proje…
-
# Summary:
Getting this warning on the terminal
```sh
[Reanimated] Reading from `value` during component render. Please ensure that you do not access the `value` property or use `get` method …
-
**Describe the bug**
My test is broken on version `4.0.0-alpha.12` but it works correctly on version `3.5.1`.
It is throwing the following error when running it:
```
FAIL shared/component-libr…
-
**Describe the bug**
If I use the parallax mode with new architecture enabled it cause the following issue while animation is playing.
**To Reproduce**
Steps to reproduce the behavior:
1…
-
**Describe the bug**
When starting up metro after migrating to Expo 51, carousel fails during initialization.
**Screenshots**
```
Metro error: Cannot access 'computedOffsetXValueWithAutoFi…
-
**Describe the bug**
when app open it crashes it happens ios untill now
**To Reproduce**
Steps to reproduce the behavior:
1. Go to open app
2. app crash because it's in the first …
-
**Describe the bug**
Using the code at https://github.com/dohooo/react-native-reanimated-carousel/issues/465#issuecomment-2068240634 fixes the issue on iOS and Android, but the issue is still present…
-
the error
```
ERROR TypeError: Cannot read property 'style' of undefined, js engine: hermes
```
i know someone already post this, but for me i have to remove View.propTypes.style too
```
slid…