-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
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
rn71 prep #4286
rn71 prep #4286
Conversation
export type TransformStyleTypes = TransformsStyle['transform'] extends | ||
| readonly (infer T)[] | ||
| undefined | ||
+ | string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For context on this change: software-mansion/react-native-reanimated#4548 (comment)
Maybe I should stick that link into the commit message.
Approved but can you sanity check this on Android first before merge. |
See software-mansion/react-native-reanimated#4548 (comment) for information about this patch file.
This abuse of the `cacheStyles` function would have sent the styles over the bridge on every render. Instead, keep the common styles stable, and just apply the changing parts dynamically.
742e194
to
beb138e
Compare
I did a clean Android build with this branch, and didn't run into any problems based on the current version of React Native. |
CHANGELOG
noneDependencies
noneRequirements
If you have made any visual changes to the GUI. Make sure you have: