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

Center the {image} in its parent View #135

Closed DeepakKumar-26 closed 10 months ago

DeepakKumar-26 commented 1 year ago

image element should be at the center of its parent View so I used justifyContent:'center' and alignItems:'center' also paddingBottom was creating a problem when I wanted to put the image at the center of the View that has image as its child component.