nick / react-native-carousel

Carousel component for react-native
MIT License
458 stars 107 forks source link

carousel switching ! #75

Open keyurparalkar opened 7 years ago

keyurparalkar commented 7 years ago

I have a problem with navigator and carousel. I have my initialRoute to be a component which is an carousel with two pages in it. Now whenever I start the app, the initial route loads up and it start to flip on continuously from first page to next and vice versa ? is this the problem of navigator or carousel ?

rodrigocurbelo commented 6 years ago

that's the default behavior, try animate={false}, I know.. not very straightforward.