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.
+2
-1
package.json
+2
-1
package.json
+6
src/atoms/common.ts
+6
src/atoms/common.ts
···