Pointer-Events
Pointer-Events exist in React Native but are passed down using a prop. With Skyle's StyleSheet, you can also use them as properties.
Possible values (same as React Native): auto, none, box-none, box-only.
note
You can still use the old way by passing the prop as usual.