You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @nazacity, I'm here to assist you with any bugs, questions, or becoming a contributor. Let's squash those bugs together! 🤖
I found a similar issue that was resolved. The "Loss of precision during arithmetic conversion" error in a horizontal-stack animation with the new architecture enabled in React Native version 0.76.5 can be fixed by modifying the zIndex calculation in node_modules/react-native-reanimated-carousel/src/layouts/parallax.ts. You should replace the existing zIndex calculation with:
After upgrading to 0.76.5 enabled new arch
I also got Loss of precision during arithmetic conversio error too
I found out that zIndex function here cause the problem.
I replaced it with constants number it works fine I mean it can be slided.
The text was updated successfully, but these errors were encountered: