Replace carousel components by react-native-pager
Now that we have react-native-reanimated added to the project we can replace the package react-native-snap-carousel with react-native-pager. This package use reanimated to run the animations on the native side of the app, so it is more performant and delivers smoother animations even if the JS thread is on heavy load.
added scoped labels
Please register or sign in to reply