Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 23e2fd5

Browse files
committed
Fix 🚀
1 parent e757838 commit 23e2fd5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/posts/2024-03-10-react-native-skia-svg-background-shape-text.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ Most of the time, native developers hold the belief that certain more advanced v
2424
using React Native.
2525
However, lately, on the web, you can find some great developers (e.g. [William Candillon](https://www.youtube.com/@wcandillon)) on a mission to demonstrate that this belief is absolutely not true.
2626
Recently, I had the opportunity to work on a component that could spark this kind of discussion. Essentially, I had
27-
to create a text component with a custom-shaped background and coordinated animations within it.
27+
to create a text component with a custom-shaped background and coordinated animations within it, similar to the one
28+
I created [here](/2022/10/03/swiftui-path-svg-scale/) in swift.
2829
Although I may not be as skilled as the developers I mentioned earlier, in this blog post I will demonstrate two
2930
possible ways to achieve the same result of a pure native component for this type of development.
3031
To do this, I will use two different frameworks:
@@ -40,7 +41,7 @@ The component that I will create is shown in the following screenshot, and it is
4041
around it
4142

4243
They will animate in sequence from the top to the bottom in terms of opacity. I will implement it using both the
43-
framework above, to evaluate their usage complexity.
44+
frameworks above, to evaluate their usage complexity.
4445

4546
![The component on both platforms: iOS and Android](../images/posts/daily-deals-featured.jpg)
4647

0 commit comments

Comments
 (0)