Skip to content

Commit 1fc9038

Browse files
committed
Add danger text to feature flag section of the Pointer Events blog post
As we get closer to enabling Pointer Events by default we want to ensure that people understand that utilizing these feature flags will cause breakages when we phase them out.
1 parent e9feb21 commit 1fc9038

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

website/blog/2022-12-13-pointer-events-in-react-native.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,12 @@ Our Pointer Events implementation is still experimental but we’re interested i
106106

107107
### Enable Feature Flags
108108

109+
:::danger
110+
111+
Enabling these feature flags may break your setup soon as we are working to phase them out in order for us to roll Pointer Events out more broadly.
112+
113+
:::
114+
109115
:::note
110116

111117
Pointer Events are only implemented for the [New Architecture (Fabric)](https://reactnative.dev/docs/the-new-architecture/use-app-template) and are only available for React Native 0.71+ which at the time of writing is a release candidate.

0 commit comments

Comments
 (0)