jfilter / react-native-onboarding-swiper

🛳 Delightful onboarding for your React-Native app
https://www.npmjs.com/package/react-native-onboarding-swiper
Other
971 stars 179 forks source link

How I can move to next index by use of my custom btn. #106

Closed ahmedishtiaq9777 closed 1 year ago

ariisrael commented 3 years ago

Make sure you are passing in props:

const Next = ({ ... props }) => (
  <TouchableOpacity {...props}>
    <Text>Next</Text>
  </TouchableOpacity>
)
saymondamasio commented 3 years ago

I have is same problem in Android

Ade-Joshe commented 2 years ago

same here, there's nothing given that can do that at the moment.

jfilter commented 2 years ago

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