You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certain features like position:static (which is used in the internals to match web defaults) require the use of canary React Native, the Fabric architecture, and various feature flags enabled. COMPATIBILITY.md says:
NOTE: React Native support assumes use of React Native's "Fabric" architecture, and relevant feature flags enabled.
The React Native team is working on rolling out the new architecture to OSS, and on simplifying the use of feature flags in the future. For the time being React Native is still in a transitional state and that's the main reason this library is marked as "experimental".
I'm happy to keep open a more general issue (#21) about improving and documenting how React Native web capabilities can be configured for OSS users. It will help surface the need for improved documentation and ergonomics to the React Native team. Input from the community will be very valuable in this regard.
Describe the issue
I'm testing out the library in a bare Expo project.
When running the app, the following warning / error is logged:
This is my codebase:
Expected behavior
No error / wraning
Steps to reproduce
steps to reproduce are outlined in the steps in this repo:
https://github.com/dabit3/react-strict-dom-example/blob/main/tokens.stylex.js
Test case
No response
Additional comments
No response
The text was updated successfully, but these errors were encountered: