diff --git a/docs/docs/Components/flashlist.md b/docs/docs/Components/flashlist.md index f39b926..907a5e8 100644 --- a/docs/docs/Components/flashlist.md +++ b/docs/docs/Components/flashlist.md @@ -22,7 +22,7 @@ import { FlashList } from "react-native-ficus-ui"; ## Usage - + ## Performance demo ⚡️ diff --git a/docs/static/iframes/flashlist-dark.html b/docs/static/iframes/flashlist-dark.html new file mode 100644 index 0000000..4144fe6 --- /dev/null +++ b/docs/static/iframes/flashlist-dark.html @@ -0,0 +1,2 @@ +
+ \ No newline at end of file diff --git a/docs/static/iframes/flashlist.html b/docs/static/iframes/flashlist.html new file mode 100644 index 0000000..01da1a9 --- /dev/null +++ b/docs/static/iframes/flashlist.html @@ -0,0 +1,2 @@ +
+ \ No newline at end of file diff --git a/package.json b/package.json index fdfdc99..c85fc80 100644 --- a/package.json +++ b/package.json @@ -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",