react-native-swipeout
react-native-swipeout copied to clipboard
Pass styles to swipe button
There is no way to pass styles from props to swipe button. For example I want to change the font of the swipe button and I want to NativeButton class.
You can create a new component and pass styles to it or use styles as a prop
left={[ { component: ( <Text>you wanna do.</Text> ) }]}