react-native-onboarding-swiper
react-native-onboarding-swiper copied to clipboard
How I can move to next index by use of my custom btn.
Make sure you are passing in props
:
const Next = ({ ... props }) => (
<TouchableOpacity {...props}>
<Text>Next</Text>
</TouchableOpacity>
)
I have is same problem in Android
same here, there's nothing given that can do that at the moment.
I'm not sure if I understand the problem, but you are able to control the pages imperatively: https://github.com/jfilter/react-native-onboarding-swiper#controlling-the-pages-imperatively