fix: resolve react-native-css styling and tooling regressions on Expo 57 - #451
Merged
Merged
Conversation
This was referenced Sep 22, 2026
Open
Open
This was referenced Sep 22, 2026
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This updates react-native-css to support Expo SDK 57 and the React Native, Reanimated, and Worklets versions it uses.
Fixes issues with selectors, CSS variables, logical properties, prop mapping, reactive updates, and animations. Also fixes Babel imports, Node ESM exports, Metro cache invalidation, and TypeScript declarations. Adds regression coverage and Node tooling tests to CI. CI builds before linting the generated Babel entry, and iOS builds use Xcode 26.6. Git dependencies build the library before packing.
This is the engine update for the Nativewind v5 RC. The planned release is
3.1.0-rc.0, withlatestunchanged.Tested with 1,335 engine tests and 42 Node tooling tests, all passing with no skips. The combined compatibility audit passed all 4,985 required checks, including physical iPhone and Android emulator testing.
Android animation cancellation is still affected by Reanimated #10507. It reproduces without Nativewind or react-native-css. Physical Android was not tested.