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

permanently delete skip button and how to change footer background #117

Closed jotilohana closed 2 years ago

jeremiahjoyjoseph commented 2 years ago

You can use

bottomBarHeight (optional): a number for the height of the bottom bar. Defaults to 60. bottomBarColor (optional): backgroundColor of the bottom bar. Defaults to transparent. bottomBarHighlight (optional): a bool flag indicating whether the bottom bar should be highlighted. Defaults to true.

bottomBarColor will change the footerBackground color.

You can hide the skip button by setting showSkip={false}.

jfilter commented 2 years ago

Please consult the documentation. https://github.com/jfilter/react-native-onboarding-swiper/blob/master/README.md