This repository has been archived by the owner on Jan 19, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
src/posts/2024-03-10-react-native-skia-svg-background-shape-text.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
||
... |