Skip to content

Commit

Permalink
RSD sync (#45270)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #45270

This sync includes the following changes:
- **[499d5d3](facebook/react-strict-dom@499d5d3)**: Skip animation setup if no style transitions //<Nicolas Gallagher>//
- **[8a98c5d](facebook/react-strict-dom@8a98c5d)**: Remove invalid style properties from shortforms set //<Nicolas Gallagher>//
- **[ccb00ff](facebook/react-strict-dom@ccb00ff)**: 0.0.17 //<Nicolas Gallagher>//
- **[8cd0eb0](facebook/react-strict-dom@8cd0eb0)**: Reorganize benchmark test and mock files //<Nicolas Gallagher>//
- **[ce88e44](facebook/react-strict-dom@ce88e44)**: Add support for experimental React Native style implementations //<Nicolas Gallagher>//
- **[111f6b1](facebook/react-strict-dom@111f6b1)**: Install StyleX 0.7.0 //<Nicolas Gallagher>//

Reviewed By: amyogit

Differential Revision: D59343139

fbshipit-source-id: 672c7db98fd6676edfe42e818d04a96203e1c827
  • Loading branch information
necolas authored and facebook-github-bot committed Jul 4, 2024
1 parent 6565706 commit 8f548be
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/react-native/jest/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,14 @@ jest
},
PlatformConstants: {
getConstants() {
return {};
return {
reactNativeVersion: {
major: 1000,
minor: 0,
patch: 0,
prerelease: undefined,
},
};
},
},
PushNotificationManager: {
Expand Down

0 comments on commit 8f548be

Please sign in to comment.