react-native-swipeout icon indicating copy to clipboard operation
react-native-swipeout copied to clipboard

Pass styles to swipe button

Open hamidfzm opened this issue 8 years ago • 2 comments

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.

hamidfzm avatar Nov 02 '17 13:11 hamidfzm

You can create a new component and pass styles to it or use styles as a prop

StepanNaryshkov avatar Nov 20 '17 14:11 StepanNaryshkov

left={[ { component: ( <Text>you wanna do.</Text> ) }]}

chenyu1990 avatar Nov 11 '18 15:11 chenyu1990