-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Fix issue causing ANR when performing sync layout updates, for Reanimated 2 #4283
Merged
piaskowyk
merged 2 commits into
Reanimated2
from
@kmagiera/fix-sync-updates-and-on-ios/to-v2
Mar 27, 2023
Merged
Fix issue causing ANR when performing sync layout updates, for Reanimated 2 #4283
piaskowyk
merged 2 commits into
Reanimated2
from
@kmagiera/fix-sync-updates-and-on-ios/to-v2
Mar 27, 2023
Conversation
This file contains 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
tomekzaw
approved these changes
Mar 27, 2023
This was referenced Mar 29, 2023
hyochan
referenced
this pull request
in hyochan/dooboo-ui
Apr 22, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) | [`~2.14.4` -> `~2.16.0`](https://renovatebot.com/diffs/npm/react-native-reanimated/2.14.4/2.16.0) | [![age](https://badges.renovateapi.com/packages/npm/react-native-reanimated/2.16.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react-native-reanimated/2.16.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react-native-reanimated/2.16.0/compatibility-slim/2.14.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react-native-reanimated/2.16.0/confidence-slim/2.14.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>software-mansion/react-native-reanimated</summary> ### [`v2.16.0`](https://github.com/software-mansion/react-native-reanimated/releases/tag/2.16.0) [Compare Source](https://github.com/software-mansion/react-native-reanimated/compare/2.15.0...2.16.0) #### What's Changed - Call assert in SingleInstanceChecker only in example apps by [@​tomekzaw](https://github.com/tomekzaw) in [https://github.com/software-mansion/react-native-reanimated/pull/4316](https://github.com/software-mansion/react-native-reanimated/pull/4316) - Release 2.16.0 by [@​tomekzaw](https://github.com/tomekzaw) in [https://github.com/software-mansion/react-native-reanimated/pull/4389](https://github.com/software-mansion/react-native-reanimated/pull/4389) **Full Changelog**: software-mansion/react-native-reanimated@2.15.0...2.16.0 ### [`v2.15.0`](https://github.com/software-mansion/react-native-reanimated/releases/tag/2.15.0) [Compare Source](https://github.com/software-mansion/react-native-reanimated/compare/2.14.4...2.15.0) #### What's Changed - Fix issue causing ANR when performing sync layout updates, for Reanimated 2 in [https://github.com/software-mansion/react-native-reanimated/pull/4283](https://github.com/software-mansion/react-native-reanimated/pull/4283) - Add web support without a Babel/SWC Plugin, for Reanimated 2 in [https://github.com/software-mansion/react-native-reanimated/pull/4285](https://github.com/software-mansion/react-native-reanimated/pull/4285) **Full Changelog**: software-mansion/react-native-reanimated@2.14.4...2.15.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/dooboolab-community/dooboo-ui). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS41Ny4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTcuMCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
hyochan
referenced
this pull request
in hyochan/dooboo-ui
Apr 25, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) | [`~2.14.4` -> `~2.17.0`](https://renovatebot.com/diffs/npm/react-native-reanimated/2.14.4/2.17.0) | [![age](https://badges.renovateapi.com/packages/npm/react-native-reanimated/2.17.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react-native-reanimated/2.17.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react-native-reanimated/2.17.0/compatibility-slim/2.14.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react-native-reanimated/2.17.0/confidence-slim/2.14.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>software-mansion/react-native-reanimated</summary> ### [`v2.17.0`](https://github.com/software-mansion/react-native-reanimated/releases/tag/2.17.0) [Compare Source](https://github.com/software-mansion/react-native-reanimated/compare/2.16.0...2.17.0) #### What's Changed - Release 2.17.0 by [@​tomekzaw](https://github.com/tomekzaw) in [https://github.com/software-mansion/react-native-reanimated/pull/4395](https://github.com/software-mansion/react-native-reanimated/pull/4395) **Full Changelog**: software-mansion/react-native-reanimated@2.16.0...2.17.0 ### [`v2.16.0`](https://github.com/software-mansion/react-native-reanimated/releases/tag/2.16.0) [Compare Source](https://github.com/software-mansion/react-native-reanimated/compare/2.15.0...2.16.0) #### What's Changed - Call assert in SingleInstanceChecker only in example apps by [@​tomekzaw](https://github.com/tomekzaw) in [https://github.com/software-mansion/react-native-reanimated/pull/4316](https://github.com/software-mansion/react-native-reanimated/pull/4316) - Release 2.16.0 by [@​tomekzaw](https://github.com/tomekzaw) in [https://github.com/software-mansion/react-native-reanimated/pull/4389](https://github.com/software-mansion/react-native-reanimated/pull/4389) **Full Changelog**: software-mansion/react-native-reanimated@2.15.0...2.16.0 ### [`v2.15.0`](https://github.com/software-mansion/react-native-reanimated/releases/tag/2.15.0) [Compare Source](https://github.com/software-mansion/react-native-reanimated/compare/2.14.4...2.15.0) #### What's Changed - Fix issue causing ANR when performing sync layout updates, for Reanimated 2 in [https://github.com/software-mansion/react-native-reanimated/pull/4283](https://github.com/software-mansion/react-native-reanimated/pull/4283) - Add web support without a Babel/SWC Plugin, for Reanimated 2 in [https://github.com/software-mansion/react-native-reanimated/pull/4285](https://github.com/software-mansion/react-native-reanimated/pull/4285) **Full Changelog**: software-mansion/react-native-reanimated@2.14.4...2.15.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/dooboolab-community/dooboo-ui). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS41OC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTguMCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
hyochan
referenced
this pull request
in hyochan/dooboo-ui
Jun 21, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) | [`~2.14.4` -> `~2.17.0`](https://renovatebot.com/diffs/npm/react-native-reanimated/2.14.4/2.17.0) | [![age](https://badges.renovateapi.com/packages/npm/react-native-reanimated/2.17.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react-native-reanimated/2.17.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react-native-reanimated/2.17.0/compatibility-slim/2.14.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react-native-reanimated/2.17.0/confidence-slim/2.14.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>software-mansion/react-native-reanimated</summary> ### [`v2.17.0`](https://github.com/software-mansion/react-native-reanimated/releases/tag/2.17.0) [Compare Source](https://github.com/software-mansion/react-native-reanimated/compare/2.16.0...2.17.0) #### What's Changed - Release 2.17.0 by [@​tomekzaw](https://github.com/tomekzaw) in [https://github.com/software-mansion/react-native-reanimated/pull/4395](https://github.com/software-mansion/react-native-reanimated/pull/4395) **Full Changelog**: software-mansion/react-native-reanimated@2.16.0...2.17.0 ### [`v2.16.0`](https://github.com/software-mansion/react-native-reanimated/releases/tag/2.16.0) [Compare Source](https://github.com/software-mansion/react-native-reanimated/compare/2.15.0...2.16.0) #### What's Changed - Call assert in SingleInstanceChecker only in example apps by [@​tomekzaw](https://github.com/tomekzaw) in [https://github.com/software-mansion/react-native-reanimated/pull/4316](https://github.com/software-mansion/react-native-reanimated/pull/4316) - Release 2.16.0 by [@​tomekzaw](https://github.com/tomekzaw) in [https://github.com/software-mansion/react-native-reanimated/pull/4389](https://github.com/software-mansion/react-native-reanimated/pull/4389) **Full Changelog**: software-mansion/react-native-reanimated@2.15.0...2.16.0 ### [`v2.15.0`](https://github.com/software-mansion/react-native-reanimated/releases/tag/2.15.0) [Compare Source](https://github.com/software-mansion/react-native-reanimated/compare/2.14.4...2.15.0) #### What's Changed - Fix issue causing ANR when performing sync layout updates, for Reanimated 2 in [https://github.com/software-mansion/react-native-reanimated/pull/4283](https://github.com/software-mansion/react-native-reanimated/pull/4283) - Add web support without a Babel/SWC Plugin, for Reanimated 2 in [https://github.com/software-mansion/react-native-reanimated/pull/4285](https://github.com/software-mansion/react-native-reanimated/pull/4285) **Full Changelog**: software-mansion/react-native-reanimated@2.14.4...2.15.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/dooboolab-community/dooboo-ui). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTcuMyIsInVwZGF0ZWRJblZlciI6IjM1LjEzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
hyochan
referenced
this pull request
in hyochan/dooboo-ui
Jun 29, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) | [`~2.14.4` -> `~2.17.0`](https://renovatebot.com/diffs/npm/react-native-reanimated/2.14.4/2.17.0) | [![age](https://badges.renovateapi.com/packages/npm/react-native-reanimated/2.17.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react-native-reanimated/2.17.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react-native-reanimated/2.17.0/compatibility-slim/2.14.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react-native-reanimated/2.17.0/confidence-slim/2.14.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>software-mansion/react-native-reanimated (react-native-reanimated)</summary> ### [`v2.17.0`](https://github.com/software-mansion/react-native-reanimated/releases/tag/2.17.0) [Compare Source](https://github.com/software-mansion/react-native-reanimated/compare/2.16.0...2.17.0) #### What's Changed - Release 2.17.0 by [@​tomekzaw](https://github.com/tomekzaw) in [https://github.com/software-mansion/react-native-reanimated/pull/4395](https://github.com/software-mansion/react-native-reanimated/pull/4395) **Full Changelog**: software-mansion/react-native-reanimated@2.16.0...2.17.0 ### [`v2.16.0`](https://github.com/software-mansion/react-native-reanimated/releases/tag/2.16.0) [Compare Source](https://github.com/software-mansion/react-native-reanimated/compare/2.15.0...2.16.0) #### What's Changed - Call assert in SingleInstanceChecker only in example apps by [@​tomekzaw](https://github.com/tomekzaw) in [https://github.com/software-mansion/react-native-reanimated/pull/4316](https://github.com/software-mansion/react-native-reanimated/pull/4316) - Release 2.16.0 by [@​tomekzaw](https://github.com/tomekzaw) in [https://github.com/software-mansion/react-native-reanimated/pull/4389](https://github.com/software-mansion/react-native-reanimated/pull/4389) **Full Changelog**: software-mansion/react-native-reanimated@2.15.0...2.16.0 ### [`v2.15.0`](https://github.com/software-mansion/react-native-reanimated/releases/tag/2.15.0) [Compare Source](https://github.com/software-mansion/react-native-reanimated/compare/2.14.4...2.15.0) #### What's Changed - Fix issue causing ANR when performing sync layout updates, for Reanimated 2 in [https://github.com/software-mansion/react-native-reanimated/pull/4283](https://github.com/software-mansion/react-native-reanimated/pull/4283) - Add web support without a Babel/SWC Plugin, for Reanimated 2 in [https://github.com/software-mansion/react-native-reanimated/pull/4285](https://github.com/software-mansion/react-native-reanimated/pull/4285) **Full Changelog**: software-mansion/react-native-reanimated@2.14.4...2.15.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/dooboolab-community/dooboo-ui). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjM1LjE0NC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.
Summary
The port of #4239 PR for Reanimated 2.