In 2023 React Native started to support pointer event via styles, rather than as a prop on View, to match CSS. We already had atoms for auto and none, but we were missing box-only and box-none. This PR adds these missing atoms, so that we can migrate over to using styles for this - imo, it's a lot more natural than the prop.
Add pointer event box-none and box-only atoms
#1
merged
opened by
This is very cool and good. Totally not commenting this to trigger a notifβ¦