-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Describe the bug
We are using nativewind v5 preview 2 and @shopify/react-native-skia version 2.2.12. Before installing react native skia everything worked fine, however after installing we got this error: [Error: Exception in HostFunction: Non-whitespace character found after end of conversion: "%"]. This error only comes up when we have elements with className properties. But after removing nativewind and react-native-css the error disappears.
Reproduction
Repo Link
npx rn-new@latest --nativewindnpx rn-new@latest --nativewind --expo-routernpx rn-new@next --nativewindnpx rn-new@next --nativewind --expo-router
If you have a usage question, please use the Discord or GitHub Discussions instead.
Expected behavior
App should work as before, no non-whitespace error should come up.
Additional context
—