Skip to content

Commit

Permalink
docs: preview
Browse files Browse the repository at this point in the history
  • Loading branch information
lodev09 committed Jun 10, 2024
1 parent 478feeb commit 6fa2bd0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

The true native bottom sheet experience for your React Native Apps. πŸ’©

<img alt="React Native True Sheet" src="docs/static/img/preview.gif" width="600px" />
<img alt="React Native True Sheet - IOS" src="docs/static/img/preview.gif" width="300" height="600" />
<img alt="React Native True Sheet - Android" src="docs/static/img/preview-2.gif" width="300" height="600" />

## Features

Expand Down
4 changes: 3 additions & 1 deletion docs/docs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ slug: /
---

import preview from '/img/preview.gif'
import preview2 from '/img/preview-2.gif'

# Introduction

The **_true_** native bottom sheet experience for your [React Native](https://reactnative.dev) Apps.

<img alt="preview" src={preview} width="300"/>
<img alt="preview" src={preview} width="300" height="600"/>
<img alt="preview android" src={preview2} width="300" height="600"/>

## Features

Expand Down
12 changes: 6 additions & 6 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,12 @@ const config: Config = {
darkTheme: prismThemes.oneDark,
additionalLanguages: ['swift', 'java', 'kotlin'],
},
announcementBar: {
id: '0.11.0-dimming',
content: `<b style="color: #47d995">Dimming</b> is now available πŸŽ‰! Checkout <a href="/guides/dimming">this guide</a> and start building your own Maps App 😎`,
backgroundColor: '#1f64ae',
textColor: '#ffffff',
},
// announcementBar: {
// id: '0.11.0-dimming',
// content: `<b style="color: #47d995">Dimming</b> is now available πŸŽ‰! Checkout <a href="/guides/dimming">this guide</a> and start building your own Maps App 😎`,
// backgroundColor: '#1f64ae',
// textColor: '#ffffff',
// },
image: 'img/logo.png',
metadata: [
{
Expand Down
Binary file added docs/static/img/preview-2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6fa2bd0

Please sign in to comment.