react-native-true-sheet/docs
Jovanni Lo a4584d9f10
docs: present during mount guide (#59)
* docs: add initialIndex + react-navigation troubleshooting and guide

* chore: deps
2024-07-04 19:16:23 +08:00
..
blog docs: styles 2024-04-23 01:03:24 +08:00
docs docs: present during mount guide (#59) 2024-07-04 19:16:23 +08:00
src docs: misc 2024-04-28 03:21:15 +08:00
static feat: add initialIndex & onMount props (#30) 2024-06-11 00:27:12 +08:00
.gitattributes chore: fix .gitattributes 2024-05-03 12:24:54 +08:00
.gitignore chore: vercel 2024-04-22 12:40:37 +08:00
babel.config.js Docs (#8) 2024-04-22 00:20:38 +08:00
docusaurus.config.ts feat: add initialIndex & onMount props (#30) 2024-06-11 00:27:12 +08:00
package.json feat: add initialIndex & onMount props (#30) 2024-06-11 00:27:12 +08:00
README.md chore: tidy 2024-04-22 12:41:53 +08:00
sidebars.ts Docs (#8) 2024-04-22 00:20:38 +08:00
tsconfig.json Docs (#8) 2024-04-22 00:20:38 +08:00

Website

This website is built using Docusaurus, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.