-
Notifications
You must be signed in to change notification settings - Fork 10
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
1 parent
461b9a8
commit 71fe40b
Showing
4 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
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,9 @@ | ||
[ | ||
{ | ||
"demo": "demo/charts/lineChart_david_friyia.mp4", | ||
"Author": "David Friyia", | ||
"source": "https://github.com/friyiajr/SkiaAnimationShowcase/tree/main/src/YouTube/LineChart", | ||
"twitterId": "wa2goose", | ||
"linkedInId": "thefriyia" | ||
} | ||
] |
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,13 @@ | ||
--- | ||
id: charts | ||
title: Charts | ||
description: All Charts Animation In React Native | ||
--- | ||
|
||
import useBaseUrl from "@docusaurus/useBaseUrl"; | ||
import { Video } from "@site/components/video"; | ||
import charts from "@site/data/charts.json" | ||
|
||
import Gallery from '@site/components/gallery/Gallery'; | ||
|
||
<Gallery items={charts} /> |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module.exports = { | ||
packages: ["getting-started", "loaders"], | ||
packages: ["getting-started", "loaders", "charts"], | ||
}; |
Binary file not shown.