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

Removed width and height as Page props #127

Open pgiki opened 2 years ago

pgiki commented 2 years ago

width and height props were removed from the Page components because these parameters can be passed as containerStyles from the root component. Removing these props gives more freedom to customize the Obboarding root component.