react-native-carousel
react-native-carousel copied to clipboard
carousel switching !
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 ?
that's the default behavior, try animate={false}
, I know.. not very straightforward.