-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat: use codegenNativeComponent to import native views #1847
Merged
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
Aug 23, 2022
tomekzaw
approved these changes
Aug 23, 2022
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.
I can't see any
thing wrong with this PR.
RSNara
reviewed
Aug 23, 2022
RSNara
reviewed
Aug 26, 2022
RSNara
reviewed
Aug 30, 2022
RSNara
reviewed
Oct 11, 2022
RSNara
reviewed
Oct 17, 2022
38 tasks
WoLewicki
added a commit
that referenced
this pull request
Nov 15, 2022
PR bumping supported RN version for Fabric since it changed due to #1847 having custom cpp state with linking working only from RN `0.70`
hyochan
referenced
this pull request
in hyochan/dooboo-ui
Mar 12, 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-svg](https://github.com/react-native-community/react-native-svg) | [`13.4.0` -> `13.8.0`](https://renovatebot.com/diffs/npm/react-native-svg/13.4.0/13.8.0) | [![age](https://badges.renovateapi.com/packages/npm/react-native-svg/13.8.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react-native-svg/13.8.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react-native-svg/13.8.0/compatibility-slim/13.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react-native-svg/13.8.0/confidence-slim/13.4.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>react-native-community/react-native-svg</summary> ### [`v13.8.0`](https://github.com/software-mansion/react-native-svg/releases/tag/v13.8.0) [Compare Source](https://github.com/react-native-community/react-native-svg/compare/v13.7.0...v13.8.0) Minor release bringing Fabric support to RN v0.71 🎉 #### What's Changed - feat: update FabricExample to 0.71.0-rc.6 by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1962](https://github.com/software-mansion/react-native-svg/pull/1962) - chore: ensure consistent use of `import type` by [@​tido64](https://github.com/tido64) in [https://github.com/software-mansion/react-native-svg/pull/1971](https://github.com/software-mansion/react-native-svg/pull/1971) - chore: change fabric flag by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1979](https://github.com/software-mansion/react-native-svg/pull/1979) #### New Contributors - [@​tido64](https://github.com/tido64) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/1971](https://github.com/software-mansion/react-native-svg/pull/1971) **Full Changelog**: software-mansion/react-native-svg@v13.7.0...v13.8.0 ### [`v13.7.0`](https://github.com/software-mansion/react-native-svg/releases/tag/v13.7.0) [Compare Source](https://github.com/react-native-community/react-native-svg/compare/v13.6.0...v13.7.0) #### What's Changed - Fix windows build issues by [@​marlenecota](https://github.com/marlenecota) in [https://github.com/software-mansion/react-native-svg/pull/1923](https://github.com/software-mansion/react-native-svg/pull/1923) - fix: fill/stroke setters and implement currentColor on Windows by [@​marlenecota](https://github.com/marlenecota) in [https://github.com/software-mansion/react-native-svg/pull/1928](https://github.com/software-mansion/react-native-svg/pull/1928) - refactor: remove circular dependency by [@​Fasteel](https://github.com/Fasteel) in [https://github.com/software-mansion/react-native-svg/pull/1929](https://github.com/software-mansion/react-native-svg/pull/1929) - Include proguard config by [@​heroic](https://github.com/heroic) in [https://github.com/software-mansion/react-native-svg/pull/1842](https://github.com/software-mansion/react-native-svg/pull/1842) - fix: accept comas in viewbox by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1952](https://github.com/software-mansion/react-native-svg/pull/1952) - Fix nested SVGs in iOS [#​1437](https://github.com/react-native-community/react-native-svg/issues/1437) by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1948](https://github.com/software-mansion/react-native-svg/pull/1948) - fix: restore black as a default color for svgs by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1947](https://github.com/software-mansion/react-native-svg/pull/1947) - feat(windows): add clipPath and touch events by [@​marlenecota](https://github.com/marlenecota) in [https://github.com/software-mansion/react-native-svg/pull/1933](https://github.com/software-mansion/react-native-svg/pull/1933) - fix: Call onLoad prop in SvgCssUri by [@​mantasio](https://github.com/mantasio) in [https://github.com/software-mansion/react-native-svg/pull/1927](https://github.com/software-mansion/react-native-svg/pull/1927) - feat(windows): add example app by [@​marlenecota](https://github.com/marlenecota) in [https://github.com/software-mansion/react-native-svg/pull/1937](https://github.com/software-mansion/react-native-svg/pull/1937) #### New Contributors - [@​Fasteel](https://github.com/Fasteel) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/1929](https://github.com/software-mansion/react-native-svg/pull/1929) - [@​heroic](https://github.com/heroic) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/1842](https://github.com/software-mansion/react-native-svg/pull/1842) - [@​mantasio](https://github.com/mantasio) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/1927](https://github.com/software-mansion/react-native-svg/pull/1927) **Full Changelog**: software-mansion/react-native-svg@v13.6.0...v13.7.0 ### [`v13.6.0`](https://github.com/software-mansion/react-native-svg/releases/tag/v13.6.0) [Compare Source](https://github.com/react-native-community/react-native-svg/compare/v13.5.0...v13.6.0) Minor release fixing some bugs and introducing compatibility with Static View Configs, Bridgeless Mode and maybe some more updated on `Fabric`. #### What's Changed - chore: remove formatting from blame by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1905](https://github.com/software-mansion/react-native-svg/pull/1905) - feat: use codegenNativeComponent to import native views by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1847](https://github.com/software-mansion/react-native-svg/pull/1847) - chore: add react-native-svg banner to README by [@​kacperkapusciak](https://github.com/kacperkapusciak) in [https://github.com/software-mansion/react-native-svg/pull/1909](https://github.com/software-mansion/react-native-svg/pull/1909) - fix: make svg compile on older versions by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1907](https://github.com/software-mansion/react-native-svg/pull/1907) - chore: update RN versions to 0.70.5 by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1910](https://github.com/software-mansion/react-native-svg/pull/1910) - fix: update supported RN version to 0.64 by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1912](https://github.com/software-mansion/react-native-svg/pull/1912) - chore: align examples by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1914](https://github.com/software-mansion/react-native-svg/pull/1914) - chore: bump supported RN version for Fabric by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1913](https://github.com/software-mansion/react-native-svg/pull/1913) - feat: use transform parsing code from rn core by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1918](https://github.com/software-mansion/react-native-svg/pull/1918) #### New Contributors - [@​kacperkapusciak](https://github.com/kacperkapusciak) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/1909](https://github.com/software-mansion/react-native-svg/pull/1909) **Full Changelog**: software-mansion/react-native-svg@v13.5.0...v13.6.0 ### [`v13.5.0`](https://github.com/react-native-community/react-native-svg/compare/v13.4.0...v13.5.0) [Compare Source](https://github.com/react-native-community/react-native-svg/compare/v13.4.0...v13.5.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/dooboo-ui). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE2MC4wIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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-svg](https://github.com/react-native-community/react-native-svg) | [`13.4.0` -> `13.9.0`](https://renovatebot.com/diffs/npm/react-native-svg/13.4.0/13.9.0) | [![age](https://badges.renovateapi.com/packages/npm/react-native-svg/13.9.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react-native-svg/13.9.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react-native-svg/13.9.0/compatibility-slim/13.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react-native-svg/13.9.0/confidence-slim/13.4.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>react-native-community/react-native-svg</summary> ### [`v13.9.0`](https://github.com/software-mansion/react-native-svg/releases/tag/v13.9.0) [Compare Source](https://github.com/react-native-community/react-native-svg/compare/v13.8.0...v13.9.0) Minor release introducing `marker` support for elements on `Android`, adding accessibility props needed also for e2e testing and fixing many issues in the repo 🎉 Thanks to all contributors! #### What's Changed - chore: update Example to newest react-native version by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1999](https://github.com/software-mansion/react-native-svg/pull/1999) - Upgrade rn-builder-bob to enable tree-shaking in rn-web by [@​merrywhether](https://github.com/merrywhether) in [https://github.com/software-mansion/react-native-svg/pull/1993](https://github.com/software-mansion/react-native-svg/pull/1993) - add accessibility and testId props and virtual nodes to support e2e tests tools by [@​toter3](https://github.com/toter3) in [https://github.com/software-mansion/react-native-svg/pull/2001](https://github.com/software-mansion/react-native-svg/pull/2001) - fix onLayout by [@​toter3](https://github.com/toter3) in [https://github.com/software-mansion/react-native-svg/pull/1998](https://github.com/software-mansion/react-native-svg/pull/1998) - Don't set `self.opaque = false` on macOS by [@​hsjoberg](https://github.com/hsjoberg) in [https://github.com/software-mansion/react-native-svg/pull/2008](https://github.com/software-mansion/react-native-svg/pull/2008) - Fix SVG parsing when the closing tags include whitespace by [@​MichalSzorad](https://github.com/MichalSzorad) in [https://github.com/software-mansion/react-native-svg/pull/2012](https://github.com/software-mansion/react-native-svg/pull/2012) - chore: set library namespace in build script by [@​kkafar](https://github.com/kkafar) in [https://github.com/software-mansion/react-native-svg/pull/2005](https://github.com/software-mansion/react-native-svg/pull/2005) - fix: make image props extend CommonPathProps by [@​andev240](https://github.com/andev240) in [https://github.com/software-mansion/react-native-svg/pull/2007](https://github.com/software-mansion/react-native-svg/pull/2007) - fix: mask render on android by [@​Aflexon](https://github.com/Aflexon) in [https://github.com/software-mansion/react-native-svg/pull/1981](https://github.com/software-mansion/react-native-svg/pull/1981) - fix: remove unnecessary methods provided by superclasses for accessibility by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/2013](https://github.com/software-mansion/react-native-svg/pull/2013) - chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/software-mansion/react-native-svg/pull/1982](https://github.com/software-mansion/react-native-svg/pull/1982) - chore(deps): bump [@​xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.7.6 to 0.7.9 by [@​dependabot](https://github.com/dependabot) in [https://github.com/software-mansion/react-native-svg/pull/2004](https://github.com/software-mansion/react-native-svg/pull/2004) - fix [#​1592](https://github.com/react-native-community/react-native-svg/issues/1592) : add marker support on Rect, Line, Ellipse, Circle and Group by [@​mlecoq](https://github.com/mlecoq) in [https://github.com/software-mansion/react-native-svg/pull/1594](https://github.com/software-mansion/react-native-svg/pull/1594) - fix: scale path markers so they match ios by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/2018](https://github.com/software-mansion/react-native-svg/pull/2018) - fix: read svg file on android by [@​vicke4](https://github.com/vicke4) in [https://github.com/software-mansion/react-native-svg/pull/2016](https://github.com/software-mansion/react-native-svg/pull/2016) #### New Contributors - [@​merrywhether](https://github.com/merrywhether) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/1993](https://github.com/software-mansion/react-native-svg/pull/1993) - [@​toter3](https://github.com/toter3) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2001](https://github.com/software-mansion/react-native-svg/pull/2001) - [@​hsjoberg](https://github.com/hsjoberg) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2008](https://github.com/software-mansion/react-native-svg/pull/2008) - [@​MichalSzorad](https://github.com/MichalSzorad) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2012](https://github.com/software-mansion/react-native-svg/pull/2012) - [@​kkafar](https://github.com/kkafar) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2005](https://github.com/software-mansion/react-native-svg/pull/2005) - [@​andev240](https://github.com/andev240) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2007](https://github.com/software-mansion/react-native-svg/pull/2007) - [@​Aflexon](https://github.com/Aflexon) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/1981](https://github.com/software-mansion/react-native-svg/pull/1981) - [@​mlecoq](https://github.com/mlecoq) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/1594](https://github.com/software-mansion/react-native-svg/pull/1594) - [@​vicke4](https://github.com/vicke4) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2016](https://github.com/software-mansion/react-native-svg/pull/2016) **Full Changelog**: software-mansion/react-native-svg@v13.8.0...v13.9.0 ### [`v13.8.0`](https://github.com/software-mansion/react-native-svg/releases/tag/v13.8.0) [Compare Source](https://github.com/react-native-community/react-native-svg/compare/v13.7.0...v13.8.0) Minor release bringing Fabric support to RN v0.71 🎉 #### What's Changed - feat: update FabricExample to 0.71.0-rc.6 by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1962](https://github.com/software-mansion/react-native-svg/pull/1962) - chore: ensure consistent use of `import type` by [@​tido64](https://github.com/tido64) in [https://github.com/software-mansion/react-native-svg/pull/1971](https://github.com/software-mansion/react-native-svg/pull/1971) - chore: change fabric flag by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1979](https://github.com/software-mansion/react-native-svg/pull/1979) #### New Contributors - [@​tido64](https://github.com/tido64) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/1971](https://github.com/software-mansion/react-native-svg/pull/1971) **Full Changelog**: software-mansion/react-native-svg@v13.7.0...v13.8.0 ### [`v13.7.0`](https://github.com/software-mansion/react-native-svg/releases/tag/v13.7.0) [Compare Source](https://github.com/react-native-community/react-native-svg/compare/v13.6.0...v13.7.0) #### What's Changed - Fix windows build issues by [@​marlenecota](https://github.com/marlenecota) in [https://github.com/software-mansion/react-native-svg/pull/1923](https://github.com/software-mansion/react-native-svg/pull/1923) - fix: fill/stroke setters and implement currentColor on Windows by [@​marlenecota](https://github.com/marlenecota) in [https://github.com/software-mansion/react-native-svg/pull/1928](https://github.com/software-mansion/react-native-svg/pull/1928) - refactor: remove circular dependency by [@​Fasteel](https://github.com/Fasteel) in [https://github.com/software-mansion/react-native-svg/pull/1929](https://github.com/software-mansion/react-native-svg/pull/1929) - Include proguard config by [@​heroic](https://github.com/heroic) in [https://github.com/software-mansion/react-native-svg/pull/1842](https://github.com/software-mansion/react-native-svg/pull/1842) - fix: accept comas in viewbox by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1952](https://github.com/software-mansion/react-native-svg/pull/1952) - Fix nested SVGs in iOS [#​1437](https://github.com/react-native-community/react-native-svg/issues/1437) by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1948](https://github.com/software-mansion/react-native-svg/pull/1948) - fix: restore black as a default color for svgs by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1947](https://github.com/software-mansion/react-native-svg/pull/1947) - feat(windows): add clipPath and touch events by [@​marlenecota](https://github.com/marlenecota) in [https://github.com/software-mansion/react-native-svg/pull/1933](https://github.com/software-mansion/react-native-svg/pull/1933) - fix: Call onLoad prop in SvgCssUri by [@​mantasio](https://github.com/mantasio) in [https://github.com/software-mansion/react-native-svg/pull/1927](https://github.com/software-mansion/react-native-svg/pull/1927) - feat(windows): add example app by [@​marlenecota](https://github.com/marlenecota) in [https://github.com/software-mansion/react-native-svg/pull/1937](https://github.com/software-mansion/react-native-svg/pull/1937) #### New Contributors - [@​Fasteel](https://github.com/Fasteel) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/1929](https://github.com/software-mansion/react-native-svg/pull/1929) - [@​heroic](https://github.com/heroic) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/1842](https://github.com/software-mansion/react-native-svg/pull/1842) - [@​mantasio](https://github.com/mantasio) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/1927](https://github.com/software-mansion/react-native-svg/pull/1927) **Full Changelog**: software-mansion/react-native-svg@v13.6.0...v13.7.0 ### [`v13.6.0`](https://github.com/software-mansion/react-native-svg/releases/tag/v13.6.0) [Compare Source](https://github.com/react-native-community/react-native-svg/compare/v13.5.0...v13.6.0) Minor release fixing some bugs and introducing compatibility with Static View Configs, Bridgeless Mode and maybe some more updated on `Fabric`. #### What's Changed - chore: remove formatting from blame by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1905](https://github.com/software-mansion/react-native-svg/pull/1905) - feat: use codegenNativeComponent to import native views by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1847](https://github.com/software-mansion/react-native-svg/pull/1847) - chore: add react-native-svg banner to README by [@​kacperkapusciak](https://github.com/kacperkapusciak) in [https://github.com/software-mansion/react-native-svg/pull/1909](https://github.com/software-mansion/react-native-svg/pull/1909) - fix: make svg compile on older versions by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1907](https://github.com/software-mansion/react-native-svg/pull/1907) - chore: update RN versions to 0.70.5 by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1910](https://github.com/software-mansion/react-native-svg/pull/1910) - fix: update supported RN version to 0.64 by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1912](https://github.com/software-mansion/react-native-svg/pull/1912) - chore: align examples by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1914](https://github.com/software-mansion/react-native-svg/pull/1914) - chore: bump supported RN version for Fabric by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1913](https://github.com/software-mansion/react-native-svg/pull/1913) - feat: use transform parsing code from rn core by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1918](https://github.com/software-mansion/react-native-svg/pull/1918) #### New Contributors - [@​kacperkapusciak](https://github.com/kacperkapusciak) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/1909](https://github.com/software-mansion/react-native-svg/pull/1909) **Full Changelog**: software-mansion/react-native-svg@v13.5.0...v13.6.0 ### [`v13.5.0`](https://github.com/react-native-community/react-native-svg/compare/v13.4.0...v13.5.0) [Compare Source](https://github.com/react-native-community/react-native-svg/compare/v13.4.0...v13.5.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>
OlimpiaZurek
pushed a commit
to OlimpiaZurek/react-native
that referenced
this pull request
May 22, 2023
Summary: ## Change This align react-native/babel-plugin-codegen version to RN version: 0.71.0 ## Motivation We just introduced TypeScript support in this babel plugin via D39136171 (facebook@df0b690). This version bump will allow us to enable the static ViewConfig codegen in TypeScript React Native libraries, like React Native SVG. See PR: software-mansion/react-native-svg#1847 Changelog: [General] Bump react-native/babel-plugin-codegen to v0.71.0 Created from CodeHub with https://fburl.com/edit-in-codehub Reviewed By: cortinico Differential Revision: D39172735 fbshipit-source-id: 1d1b2c073dd6d76160979ac3c281e85f6eb4c87a
hyochan
referenced
this pull request
in hyochan/dooboo-ui
Jun 20, 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-svg](https://github.com/react-native-community/react-native-svg) | [`13.4.0` -> `13.9.0`](https://renovatebot.com/diffs/npm/react-native-svg/13.4.0/13.9.0) | [![age](https://badges.renovateapi.com/packages/npm/react-native-svg/13.9.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react-native-svg/13.9.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react-native-svg/13.9.0/compatibility-slim/13.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react-native-svg/13.9.0/confidence-slim/13.4.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>react-native-community/react-native-svg</summary> ### [`v13.9.0`](https://github.com/software-mansion/react-native-svg/releases/tag/v13.9.0) [Compare Source](https://github.com/react-native-community/react-native-svg/compare/v13.8.0...v13.9.0) Minor release introducing `marker` support for elements on `Android`, adding accessibility props needed also for e2e testing and fixing many issues in the repo 🎉 Thanks to all contributors! #### What's Changed - chore: update Example to newest react-native version by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1999](https://github.com/software-mansion/react-native-svg/pull/1999) - Upgrade rn-builder-bob to enable tree-shaking in rn-web by [@​merrywhether](https://github.com/merrywhether) in [https://github.com/software-mansion/react-native-svg/pull/1993](https://github.com/software-mansion/react-native-svg/pull/1993) - add accessibility and testId props and virtual nodes to support e2e tests tools by [@​toter3](https://github.com/toter3) in [https://github.com/software-mansion/react-native-svg/pull/2001](https://github.com/software-mansion/react-native-svg/pull/2001) - fix onLayout by [@​toter3](https://github.com/toter3) in [https://github.com/software-mansion/react-native-svg/pull/1998](https://github.com/software-mansion/react-native-svg/pull/1998) - Don't set `self.opaque = false` on macOS by [@​hsjoberg](https://github.com/hsjoberg) in [https://github.com/software-mansion/react-native-svg/pull/2008](https://github.com/software-mansion/react-native-svg/pull/2008) - Fix SVG parsing when the closing tags include whitespace by [@​MichalSzorad](https://github.com/MichalSzorad) in [https://github.com/software-mansion/react-native-svg/pull/2012](https://github.com/software-mansion/react-native-svg/pull/2012) - chore: set library namespace in build script by [@​kkafar](https://github.com/kkafar) in [https://github.com/software-mansion/react-native-svg/pull/2005](https://github.com/software-mansion/react-native-svg/pull/2005) - fix: make image props extend CommonPathProps by [@​andev240](https://github.com/andev240) in [https://github.com/software-mansion/react-native-svg/pull/2007](https://github.com/software-mansion/react-native-svg/pull/2007) - fix: mask render on android by [@​Aflexon](https://github.com/Aflexon) in [https://github.com/software-mansion/react-native-svg/pull/1981](https://github.com/software-mansion/react-native-svg/pull/1981) - fix: remove unnecessary methods provided by superclasses for accessibility by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/2013](https://github.com/software-mansion/react-native-svg/pull/2013) - chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/software-mansion/react-native-svg/pull/1982](https://github.com/software-mansion/react-native-svg/pull/1982) - chore(deps): bump [@​xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.7.6 to 0.7.9 by [@​dependabot](https://github.com/dependabot) in [https://github.com/software-mansion/react-native-svg/pull/2004](https://github.com/software-mansion/react-native-svg/pull/2004) - fix [#​1592](https://github.com/react-native-community/react-native-svg/issues/1592) : add marker support on Rect, Line, Ellipse, Circle and Group by [@​mlecoq](https://github.com/mlecoq) in [https://github.com/software-mansion/react-native-svg/pull/1594](https://github.com/software-mansion/react-native-svg/pull/1594) - fix: scale path markers so they match ios by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/2018](https://github.com/software-mansion/react-native-svg/pull/2018) - fix: read svg file on android by [@​vicke4](https://github.com/vicke4) in [https://github.com/software-mansion/react-native-svg/pull/2016](https://github.com/software-mansion/react-native-svg/pull/2016) #### New Contributors - [@​merrywhether](https://github.com/merrywhether) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/1993](https://github.com/software-mansion/react-native-svg/pull/1993) - [@​toter3](https://github.com/toter3) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2001](https://github.com/software-mansion/react-native-svg/pull/2001) - [@​hsjoberg](https://github.com/hsjoberg) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2008](https://github.com/software-mansion/react-native-svg/pull/2008) - [@​MichalSzorad](https://github.com/MichalSzorad) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2012](https://github.com/software-mansion/react-native-svg/pull/2012) - [@​kkafar](https://github.com/kkafar) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2005](https://github.com/software-mansion/react-native-svg/pull/2005) - [@​andev240](https://github.com/andev240) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2007](https://github.com/software-mansion/react-native-svg/pull/2007) - [@​Aflexon](https://github.com/Aflexon) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/1981](https://github.com/software-mansion/react-native-svg/pull/1981) - [@​mlecoq](https://github.com/mlecoq) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/1594](https://github.com/software-mansion/react-native-svg/pull/1594) - [@​vicke4](https://github.com/vicke4) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2016](https://github.com/software-mansion/react-native-svg/pull/2016) **Full Changelog**: software-mansion/react-native-svg@v13.8.0...v13.9.0 ### [`v13.8.0`](https://github.com/software-mansion/react-native-svg/releases/tag/v13.8.0) [Compare Source](https://github.com/react-native-community/react-native-svg/compare/v13.7.0...v13.8.0) Minor release bringing Fabric support to RN v0.71 🎉 #### What's Changed - feat: update FabricExample to 0.71.0-rc.6 by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1962](https://github.com/software-mansion/react-native-svg/pull/1962) - chore: ensure consistent use of `import type` by [@​tido64](https://github.com/tido64) in [https://github.com/software-mansion/react-native-svg/pull/1971](https://github.com/software-mansion/react-native-svg/pull/1971) - chore: change fabric flag by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1979](https://github.com/software-mansion/react-native-svg/pull/1979) #### New Contributors - [@​tido64](https://github.com/tido64) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/1971](https://github.com/software-mansion/react-native-svg/pull/1971) **Full Changelog**: software-mansion/react-native-svg@v13.7.0...v13.8.0 ### [`v13.7.0`](https://github.com/software-mansion/react-native-svg/releases/tag/v13.7.0) [Compare Source](https://github.com/react-native-community/react-native-svg/compare/v13.6.0...v13.7.0) #### What's Changed - Fix windows build issues by [@​marlenecota](https://github.com/marlenecota) in [https://github.com/software-mansion/react-native-svg/pull/1923](https://github.com/software-mansion/react-native-svg/pull/1923) - fix: fill/stroke setters and implement currentColor on Windows by [@​marlenecota](https://github.com/marlenecota) in [https://github.com/software-mansion/react-native-svg/pull/1928](https://github.com/software-mansion/react-native-svg/pull/1928) - refactor: remove circular dependency by [@​Fasteel](https://github.com/Fasteel) in [https://github.com/software-mansion/react-native-svg/pull/1929](https://github.com/software-mansion/react-native-svg/pull/1929) - Include proguard config by [@​heroic](https://github.com/heroic) in [https://github.com/software-mansion/react-native-svg/pull/1842](https://github.com/software-mansion/react-native-svg/pull/1842) - fix: accept comas in viewbox by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1952](https://github.com/software-mansion/react-native-svg/pull/1952) - Fix nested SVGs in iOS [#​1437](https://github.com/react-native-community/react-native-svg/issues/1437) by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1948](https://github.com/software-mansion/react-native-svg/pull/1948) - fix: restore black as a default color for svgs by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1947](https://github.com/software-mansion/react-native-svg/pull/1947) - feat(windows): add clipPath and touch events by [@​marlenecota](https://github.com/marlenecota) in [https://github.com/software-mansion/react-native-svg/pull/1933](https://github.com/software-mansion/react-native-svg/pull/1933) - fix: Call onLoad prop in SvgCssUri by [@​mantasio](https://github.com/mantasio) in [https://github.com/software-mansion/react-native-svg/pull/1927](https://github.com/software-mansion/react-native-svg/pull/1927) - feat(windows): add example app by [@​marlenecota](https://github.com/marlenecota) in [https://github.com/software-mansion/react-native-svg/pull/1937](https://github.com/software-mansion/react-native-svg/pull/1937) #### New Contributors - [@​Fasteel](https://github.com/Fasteel) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/1929](https://github.com/software-mansion/react-native-svg/pull/1929) - [@​heroic](https://github.com/heroic) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/1842](https://github.com/software-mansion/react-native-svg/pull/1842) - [@​mantasio](https://github.com/mantasio) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/1927](https://github.com/software-mansion/react-native-svg/pull/1927) **Full Changelog**: software-mansion/react-native-svg@v13.6.0...v13.7.0 ### [`v13.6.0`](https://github.com/software-mansion/react-native-svg/releases/tag/v13.6.0) [Compare Source](https://github.com/react-native-community/react-native-svg/compare/v13.5.0...v13.6.0) Minor release fixing some bugs and introducing compatibility with Static View Configs, Bridgeless Mode and maybe some more updated on `Fabric`. #### What's Changed - chore: remove formatting from blame by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1905](https://github.com/software-mansion/react-native-svg/pull/1905) - feat: use codegenNativeComponent to import native views by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1847](https://github.com/software-mansion/react-native-svg/pull/1847) - chore: add react-native-svg banner to README by [@​kacperkapusciak](https://github.com/kacperkapusciak) in [https://github.com/software-mansion/react-native-svg/pull/1909](https://github.com/software-mansion/react-native-svg/pull/1909) - fix: make svg compile on older versions by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1907](https://github.com/software-mansion/react-native-svg/pull/1907) - chore: update RN versions to 0.70.5 by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1910](https://github.com/software-mansion/react-native-svg/pull/1910) - fix: update supported RN version to 0.64 by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1912](https://github.com/software-mansion/react-native-svg/pull/1912) - chore: align examples by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1914](https://github.com/software-mansion/react-native-svg/pull/1914) - chore: bump supported RN version for Fabric by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1913](https://github.com/software-mansion/react-native-svg/pull/1913) - feat: use transform parsing code from rn core by [@​WoLewicki](https://github.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1918](https://github.com/software-mansion/react-native-svg/pull/1918) #### New Contributors - [@​kacperkapusciak](https://github.com/kacperkapusciak) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/1909](https://github.com/software-mansion/react-native-svg/pull/1909) **Full Changelog**: software-mansion/react-native-svg@v13.5.0...v13.6.0 ### [`v13.5.0`](https://github.com/react-native-community/react-native-svg/compare/v13.4.0...v13.5.0) [Compare Source](https://github.com/react-native-community/react-native-svg/compare/v13.4.0...v13.5.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>
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.
Changed
requireNativeComponent
tocodegenNativeComponent
so that upcoming changes (Static View Configs, Bridgeless Mode and idk what more) inreact-native
are available in the library. Also, types and native components are now taken directly fromfabric
folder to make sure the values passed to the native components are the ones defined in props. It should work on all supported versions sincecodegenNativeComponent
function exists from RN v. 0.61.0. Suggested by @RSNara and @cipolleschiReason for
5394bbb
(#1847):Paper
,Animated
usessetNativeProps
method when we setuseNativeDriver
tofalse
, and does not rerender the component. Therefore, new transform lands only inSvgView
and is parsed inRCTViewManager.m
.Fabric
, the same code makes the components rerender. Due to this, information about new transform is passed to theSvgView
child:G
, making it apply translations from the transform in itsupdateProps
method.Animated
use-case, on both archs, if we just passedtransform
prop toSvg
component, it would end up in double transformations now as well. All of those changes are due to fix: proper transform prop handling #1895, which added proper parsing of RN styletransform
prop (array of transformations objects) therefore makingG
properly handletransform
prop passed fromSvg
.Reason for
19bcb24
(#1847): Same as software-mansion/react-native-screens#1624