-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Labels
Platform: WebThis issue is specific to webThis issue is specific to webRepro providedA reproduction with a snippet of code, snack or repo is providedA reproduction with a snippet of code, snack or repo is provided
Description
Description
React-Native-Reanimated (at 3.10.1) was working with NativeWind to correctly apply classes to an Animated.View.
After upgrading Reanimated to 3.16.1 NW classnames were no longer getting applied to an Animated.View.
I opened a ticket with NativeWind too, so both teams could be notified.
| Working Project Details | Not-Working Project Details |
|---|---|
Expo 52.0.0-preview.18 |
Expo 52.0.0-preview.18 |
React NativeReanimated 3.10.1 |
React NativeReanimated at 3.16.1 |
NativeWind at 4.1.21 |
NativeWind at 4.1.21 |
| rnreanimated 3.10.1 | rnreanimated 3.16.1 |
|---|---|
![]() |
![]() |
Steps to reproduce
- Create a repo with
npx create-expo-stack@latest --nativewind - Upgrade Reanimated from 3.10.1 to 3.16.1
- Add classNames to an animated view. (Should work, but does not)
- Downgrade Reanimated to 3.10.1. (Works as expected)
Snack or a link to a repository
https://github.com/amandaharlin/react-native-reanimated-nativewind-classname-repro
Reanimated version
3.16.1
React Native version
0.76.1
Platforms
Web
JavaScript runtime
None
Workflow
Expo Go
Architecture
None
Build type
Debug app & dev bundle
Device
None
Device model
No response
Acknowledgements
Yes
the-simian, focux and anshsamtsai and ansh
Metadata
Metadata
Assignees
Labels
Platform: WebThis issue is specific to webThis issue is specific to webRepro providedA reproduction with a snippet of code, snack or repo is providedA reproduction with a snippet of code, snack or repo is provided

