/storybook-tamagui

Tamagui with storybook

Primary LanguageJavaScript

tamagui button on 3 platforms

React Native Storybook and Web Storybook with Vite configured for tamagui

RN app

yarn start

Ondevice (native) Storybook

In this template you can now run yarn storybook to start ondevice storybook or yarn start to start your expo app. This works via env variables and expo constants.

# either
yarn storybook

# ios
yarn storybook:ios

# android
yarn storybook:android

If you update the main.js for ondevice restart metro

Web

Start react native web storybook:

yarn storybook:web

build react native web storybook:

yarn build-storybook