Replies: 1 comment 1 reply
-
You can only style RSD elements, or native elements using the
That's not recommended. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Simple question: what is the recommended way to handle non RSD component like Expo or Next.js Link ? Could apply to some other components that accepts some styles, but with RN types or raw CSSProperties ?
Is there a way to get generated classNames or get something like RN StyleSheet.flatten ?
Am I missing something from the doc ?
After looking up, I found I should use
stylex.props(..).className
, so maybe we should expose that in RSD somehow ?Beta Was this translation helpful? Give feedback.
All reactions