react-native-swiper
react-native-swiper copied to clipboard
adding custom styles to button touchable opacity directly
Is it a bugfix ?
- Yes
- If yes, which issue (fix #number) ? No fix # but I was having an issue where the button I wanted to add needed margin but if I were to add that margin to the button the white space containing the margin is still clickable, but if we are able to pass a style prop to the button directly it fixes this issue
Is it a new feature ?
- Yes
- Include documentation, demo GIF if applicable can try and produce if needed
Describe what you've done:
I've simply introduced a new prop which adds styling to the button if wanted
How to test it ?
Add style and see if it take place on the previous and next buttons
Will this be merged?
Will this be merged?
I think the maintainers of this repo haven't been very active but you can always make your own fork off of this and use that instead