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

Button Margin Right or Margin End Not working #108

Closed harshalone closed 2 years ago

harshalone commented 3 years ago

I have added a simple Done button and want to give it a margin 30 but its not working

My Code:

<Button style={styles(colors).done}
          title={'Done'} 
          buttonStyle={{
            marginEnd: 30,
          }}
          containerViewStyle={{
            marginEnd: 30,
          }}    
        /> 

followed the example code

jfilter commented 2 years ago

I don't know what's wrong, but I'm pretty sure there is another way to achieve the desired layout. :)