Purii / react-native-tableview-simple

Flexible and lightweight React Native component for UITableView made with pure CSS
https://snack.expo.io/@purii/react-native-tableview-simple
MIT License
558 stars 61 forks source link

Allow promises for onPress prop #776

Closed gkasdorf closed 1 year ago

gkasdorf commented 1 year ago

React Native touchables don't have any restrictions against using using Promises with the onPress prop, so we should add promises as a valid type for the onPress, onLongPress, and onPressDetailAccessory props.

Purii commented 1 year ago

Thanks for the PR @gkasdorf!