dohooo / react-native-reanimated-carousel

🎠 React Native swiper/carousel component, fully implemented using reanimated v2, support to iOS/Android/Web. (Swiper/Carousel)
https://react-native-reanimated-carousel.vercel.app
MIT License
2.85k stars 329 forks source link

facebook::jsi::JSError - undefined is not a function TypeError: undefined is not a function at anonymous (JavaScript:1:685) at reactNativeReanimatedCarousel_BaseLayoutTsx4 (JavaScript:1:132) at reactNativeReanimated_useAnimatedReactionTs1 (JavaScript:1:130) at map #713

Open Nader-CS opened 2 weeks ago

Nader-CS commented 2 weeks ago

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 screen

Expected behavior app should work

Screenshots

Screen Shot 2024-11-04 at 10 23 04 AM

Versions (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

dosubot[bot] commented 2 weeks ago

@Nader-CS Hello there! I'm here to help you with any bugs, questions, or contribution requests you might have. Let's see if we can squash this bug together.

To address the "facebook::jsi::JSError - undefined is not a function" TypeError, ensure you are using compatible versions of the libraries. The latest version of react-native-reanimated-carousel is 4.0.0-canary.17, which may include important updates and fixes for such issues. Additionally, make sure your project meets the peer dependency requirements, such as react-native-reanimated version >=3.0.0 [1].

If updating the library versions does not resolve the issue, you might want to check if there are any specific changes or fixes in version 4.0.0-canary.17 that address TypeScript errors or other related issues [2].

To continue talking to Dosu, mention @dosu.

Nader-CS commented 2 weeks ago

same issue exist @dosu