React natif Faire de Hitbox plus gros

//hitSlop: makes a bigger hitbox 20px top, 20px bottom, etc..
//but remember, this extra pixels you're adding, HAVE to be inside your component's parent area
<TouchableOpacity onPress={onBtn1Pressed} hitSlop={{top: 20, bottom: 20, left: 50, right: 50}}>
Dark Dotterel