Questions tagged [react-native-snap-carousel]
66 questions
0
votes
1 answer
Invariant Violation: Listener is not supported for native driven events on Snap Carousel
I've been trying to implement the Snap Carousel with my app. But it gives the following warning and doesn't load up.
Error: Listener is not supported for native driven events.
at invariant (invariant.js:38)
at new AnimatedEvent…

Nimila Hiranya
- 4,842
- 10
- 35
- 52
0
votes
1 answer
React native setState() not re-render as expected
I made a carousel with react-native-snap-carousel and below are the code for carousel. In carousel there're picker and textInput and etc.
For render function:
{ this._carousel = c; }}
…

Christine
- 37
- 6
0
votes
1 answer
React Native Snap Carousel ref getting null on navigating to same page with different params
The ref of the React Native Snap Carousel package is becoming null on re rendering the same component with different params.
What I have tried till now
Since the package used react native flatlist as its implementation, so i modified my code to the…

Pritish Vaidya
- 21,561
- 3
- 58
- 76
-1
votes
2 answers
What is the best option for large FlatList in react native (expo)
Hello I am building an app and was wondering what the best option would be for optimizing a very large flatlist. It will take some time to load each element inside a flatlist since it contains images, a lot of text, etc. Would it be better to use…

Srki
- 315
- 1
- 4
- 13
-1
votes
1 answer
Setting itemHeight(for vertical carousel) as per content size while using react-native-snap-carousel?
I am trying to implement vertical carousel using react-native-snap-carousel.What I want to acheive is a vertical carousel with varying carousel height as per the content.As per the documentation of react-native-snap-carousel itemHeight and…

Sjonchhe
- 790
- 8
- 16
-1
votes
1 answer
react-native-snap-carousel tutorial on how to use it
I was trying to find any tutorial about the implementation of react-native-snap-carousel example but I couldnt find any. If any of you have seen any tutorials on this, please suggest a link.
I have been through its documentation and examples…

showtime
- 1
- 1
- 17
- 48