dancormier / react-native-swipeout

iOS-style swipeout buttons behind component
MIT License
2.62k stars 645 forks source link

how to set fontsize #332

Closed mike8625 closed 5 years ago

mike8625 commented 5 years ago
var swipeoutBtns = [
  {
    text: '删除',
    fontSize: 30,
    type: "delete"
  }
] 

fontSize does not work

mike8625 commented 5 years ago

custom View ...ok