Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ntorionbearstudio committed Oct 21, 2023
1 parent b2842dc commit fcfad34
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/Components/flashlist.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { FlashList } from "react-native-ficus-ui";

## Usage

<ExpoLayout id="list" />
<ExpoLayout id="flashlist" />

## Performance demo ⚡️

Expand Down
2 changes: 2 additions & 0 deletions docs/static/iframes/flashlist-dark.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<div data-snack-id="@bearstudio/ficus-ui-flashlist" data-snack-platform="web" data-snack-preview="true" data-snack-theme="dark" style="overflow:hidden;background:#0C0D0E;border:1px solid var(--color-border);border-radius:4px;height:505px;width:100%"></div>
<script async src="https://snack.expo.dev/embed.js"></script>
2 changes: 2 additions & 0 deletions docs/static/iframes/flashlist.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<div data-snack-id="@bearstudio/ficus-ui-flashlist" data-snack-platform="web" data-snack-preview="true" data-snack-theme="light" style="overflow:hidden;background:#fbfcfd;border:1px solid var(--color-border);border-radius:4px;height:505px;width:100%"></div>
<script async src="https://snack.expo.dev/embed.js"></script>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-ficus-ui",
"version": "1.0.0-alpha12",
"version": "1.0.0-alpha13",
"description": "React Native UI library forked from Magnus UI and inspired by Chakra UI",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit fcfad34

Please sign in to comment.