Skip to content

Commit 033c024

Browse files
committed
docs: updated blog authors and tags
1 parent cb0a629 commit 033c024

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

website/blog/2021-08-30-bottom-sheet-v4.mdx

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ keywords:
1616
- modal
1717
- presentation modal
1818
- reanimated
19+
tags: [release]
1920
image: /img/bottom-sheet-preview.gif
2021
hide_table_of_contents: false
2122
---
@@ -25,6 +26,8 @@ import Video from "@theme/Video";
2526

2627
Today I am releasing the `BottomSheet v4`, with a rewritten implementation to provide more stability, performance, and more features.
2728

29+
{/* truncate */}
30+
2831
## Features
2932

3033
In this release, I have rewritten the implementation to 100% utilize `Reanimated v2` hooks and variables instead of using the JS once. This allows for more customization and provides more stability overall.

website/blog/authors.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
gorhom:
22
name: Mo Gorhom
33
title: Author
4-
url: https://github.com/gorhom
4+
url: https://gorhom.dev/
55
image_url: https://github.com/gorhom.png
66
socials:
77
x: gorhom
8-
github: gorhom
8+
github: gorhom
9+
linkedin: gorhom
10+
website: https://gorhom.dev/

website/blog/tags.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
release:
2+
description: "Blog posts about Bottom Sheet' new releases"

0 commit comments

Comments
 (0)