You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make row wrapper customizable.
Using any touchable component such as TouchableHighlight with custom underlayColor property or TouchableOpacity as you like in renderRow() function.
You can still just use as any other untouchable component as before and I will render a default TouchableHighlight wrapper for you.
The text was updated successfully, but these errors were encountered:
Make row wrapper customizable.
Using any touchable component such as
TouchableHighlight
with customunderlayColor
property orTouchableOpacity
as you like in renderRow() function.You can still just use as any other untouchable component as before and I will render a default
TouchableHighlight
wrapper for you.The text was updated successfully, but these errors were encountered: