Skip to content

Commit

Permalink
Setup new article 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
chicio committed Feb 24, 2024
1 parent c5980a6 commit dfc5599
Showing 1 changed file with 28 additions and 0 deletions.
@@ -0,0 +1,28 @@
---
title: "React Native is Native: drawing customized background shapes with React Native Skia and React Native SVG"
description: "A lot of mobile developer often complains that React Native is not Native, because it is missing some
feature. This is absolutely not true! In this blog post I will show you how I create a component with a custom
background shape, similar to the one I did for a native component ome time ago"
date: 2024-01-27
image: ../images/posts/advent-of-typescript-santa-is-stuck.jpg
tags: [typescript, advent of typescript 2023]
comments: true
math: false
authors: [fabrizio_duroni]
---

*A lot of mobile developers often complain that React Native is not Native, because it is missing some
feature. This is absolutely not true! In this blog post I will show you how I create a component with a custom
background shape, similar to the one I did for a native component ome time ago*

---

...

#### Implementation

...

#### Conclusion

...

0 comments on commit dfc5599

Please sign in to comment.