n4kz / react-native-indicators

Activity indicator collection for React Native
Other
899 stars 117 forks source link

Indicator alignment #15

Closed mustapha-ghlissi closed 4 years ago

mustapha-ghlissi commented 6 years ago

The indicator when becomes below or above other elements inside a View, it takes the most space of the view (flex: 1)

How to set the alignment of the indicator it self ?

manurana commented 6 years ago

You can add a prop style={{ flex: 0 }} to the component, and it gets passed to the child. This solves the issue