Skip to content
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

Add web support without a Babel/SWC Plugin, for Reanimated 2 #4285

Merged
merged 2 commits into from
Mar 27, 2023

Conversation

piaskowyk
Copy link
Member

Summary

The port of #3997 PR for Reanimated 2.

@piaskowyk piaskowyk requested a review from tomekzaw March 27, 2023 14:30
@piaskowyk piaskowyk merged commit 90c36f7 into Reanimated2 Mar 27, 2023
@piaskowyk piaskowyk deleted the web-without-plugin-v2 branch March 27, 2023 16:06
hyochan pushed a commit to dooboolab-community/dooboo-ui that referenced this pull request 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://togithub.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://togithub.com/software-mansion/react-native-reanimated/releases/tag/2.16.0)

[Compare
Source](https://togithub.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
[@&#8203;tomekzaw](https://togithub.com/tomekzaw) in
[software-mansion/react-native-reanimated#4316
- Release 2.16.0 by [@&#8203;tomekzaw](https://togithub.com/tomekzaw) in
[software-mansion/react-native-reanimated#4389

**Full Changelog**:
software-mansion/react-native-reanimated@2.15.0...2.16.0

###
[`v2.15.0`](https://togithub.com/software-mansion/react-native-reanimated/releases/tag/2.15.0)

[Compare
Source](https://togithub.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
[software-mansion/react-native-reanimated#4283
- Add web support without a Babel/SWC Plugin, for Reanimated 2 in
[software-mansion/react-native-reanimated#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 pushed a commit to dooboolab-community/dooboo-ui that referenced this pull request 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://togithub.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://togithub.com/software-mansion/react-native-reanimated/releases/tag/2.17.0)

[Compare
Source](https://togithub.com/software-mansion/react-native-reanimated/compare/2.16.0...2.17.0)

#### What's Changed

- Release 2.17.0 by [@&#8203;tomekzaw](https://togithub.com/tomekzaw) in
[software-mansion/react-native-reanimated#4395

**Full Changelog**:
software-mansion/react-native-reanimated@2.16.0...2.17.0

###
[`v2.16.0`](https://togithub.com/software-mansion/react-native-reanimated/releases/tag/2.16.0)

[Compare
Source](https://togithub.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
[@&#8203;tomekzaw](https://togithub.com/tomekzaw) in
[software-mansion/react-native-reanimated#4316
- Release 2.16.0 by [@&#8203;tomekzaw](https://togithub.com/tomekzaw) in
[software-mansion/react-native-reanimated#4389

**Full Changelog**:
software-mansion/react-native-reanimated@2.15.0...2.16.0

###
[`v2.15.0`](https://togithub.com/software-mansion/react-native-reanimated/releases/tag/2.15.0)

[Compare
Source](https://togithub.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
[software-mansion/react-native-reanimated#4283
- Add web support without a Babel/SWC Plugin, for Reanimated 2 in
[software-mansion/react-native-reanimated#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 pushed a commit to dooboolab-community/dooboo-ui that referenced this pull request 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://togithub.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://togithub.com/software-mansion/react-native-reanimated/releases/tag/2.17.0)

[Compare
Source](https://togithub.com/software-mansion/react-native-reanimated/compare/2.16.0...2.17.0)

#### What's Changed

- Release 2.17.0 by [@&#8203;tomekzaw](https://togithub.com/tomekzaw) in
[software-mansion/react-native-reanimated#4395

**Full Changelog**:
software-mansion/react-native-reanimated@2.16.0...2.17.0

###
[`v2.16.0`](https://togithub.com/software-mansion/react-native-reanimated/releases/tag/2.16.0)

[Compare
Source](https://togithub.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
[@&#8203;tomekzaw](https://togithub.com/tomekzaw) in
[software-mansion/react-native-reanimated#4316
- Release 2.16.0 by [@&#8203;tomekzaw](https://togithub.com/tomekzaw) in
[software-mansion/react-native-reanimated#4389

**Full Changelog**:
software-mansion/react-native-reanimated@2.15.0...2.16.0

###
[`v2.15.0`](https://togithub.com/software-mansion/react-native-reanimated/releases/tag/2.15.0)

[Compare
Source](https://togithub.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
[software-mansion/react-native-reanimated#4283
- Add web support without a Babel/SWC Plugin, for Reanimated 2 in
[software-mansion/react-native-reanimated#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 pushed a commit to dooboolab-community/dooboo-ui that referenced this pull request 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://togithub.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://togithub.com/software-mansion/react-native-reanimated/releases/tag/2.17.0)

[Compare
Source](https://togithub.com/software-mansion/react-native-reanimated/compare/2.16.0...2.17.0)

#### What's Changed

- Release 2.17.0 by [@&#8203;tomekzaw](https://togithub.com/tomekzaw) in
[software-mansion/react-native-reanimated#4395

**Full Changelog**:
software-mansion/react-native-reanimated@2.16.0...2.17.0

###
[`v2.16.0`](https://togithub.com/software-mansion/react-native-reanimated/releases/tag/2.16.0)

[Compare
Source](https://togithub.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
[@&#8203;tomekzaw](https://togithub.com/tomekzaw) in
[software-mansion/react-native-reanimated#4316
- Release 2.16.0 by [@&#8203;tomekzaw](https://togithub.com/tomekzaw) in
[software-mansion/react-native-reanimated#4389

**Full Changelog**:
software-mansion/react-native-reanimated@2.15.0...2.16.0

###
[`v2.15.0`](https://togithub.com/software-mansion/react-native-reanimated/releases/tag/2.15.0)

[Compare
Source](https://togithub.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
[software-mansion/react-native-reanimated#4283
- Add web support without a Babel/SWC Plugin, for Reanimated 2 in
[software-mansion/react-native-reanimated#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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants