You can use the View#hitSlop property to increase the touchable area. This can be useful in scenarios where you know that the increased touch area won’t overlap with other touchables.
A more robust solution is to use the padding style property. The touchable area of the Touchable* components includes the element’s padding.