ascoders / react-native-image-viewer

🚀 tiny & fast lib for react native image viewer pan and zoom
MIT License
2.45k stars 580 forks source link

Footer not centering #420

Closed kockok closed 4 years ago

kockok commented 4 years ago

I added

    justifyContent: 'center',
    alignSelf: 'center',
    alignContent: 'center',
    alignItems: 'center',

in both the <View> and ` components.

However, the <Text> component just won't center.

Screenshot 2020-08-09 at 6 04 17 PM

kockok commented 4 years ago

=> ()} footerContainerStyle=

Not working

ntodd commented 4 years ago
footerContainerStyle={{ width: "100%", flexDirection: "row", justifyContent: "center" }}
Nayan014 commented 3 years ago

footerContainerStyle={{ alignItems: 'center', right: 0, left: 0, bottom: 14 }}