We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems that various forms of boxShadow are not correctly supported. boxShadow examples taken from here https://reactnative.dev/blog/2024/10/23/release-0.76-new-architecture#boxshadow.
boxShadow
Works without Unistyles. Not tested on iOS.
npm i
npx expo run:android
https://github.com/giovannilondero/unistyles-boxshadow
3.0.0-beta.4
0.76.5
Android
Yes
The text was updated successfully, but these errors were encountered:
On iOS Simulator the app keeps running, but the shadow disappears. It works if you use BoxShadowValue without defining a color.
On Android emulator I saw a message about a string being serialized to a double (or something like that) for a second before it crashed.
Sorry, something went wrong.
No branches or pull requests
Description
It seems that various forms of boxShadow are not correctly supported.
boxShadow
examples taken from here https://reactnative.dev/blog/2024/10/23/release-0.76-new-architecture#boxshadow.Works without Unistyles.
Not tested on iOS.
Steps to Reproduce
npm i
,npx expo run:android
)Snack or Repository Link (Optional)
https://github.com/giovannilondero/unistyles-boxshadow
Unistyles Version
3.0.0-beta.4
React Native Version
0.76.5
Platforms
Android
Expo
Yes
The text was updated successfully, but these errors were encountered: