react-native-carousel icon indicating copy to clipboard operation
react-native-carousel copied to clipboard

carousel switching !

Open keyurparalkar opened this issue 8 years ago • 1 comments

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 ?

keyurparalkar avatar Jan 01 '17 10:01 keyurparalkar

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

rodrigocurbelo avatar Aug 17 '18 00:08 rodrigocurbelo