KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
storybook-tamagui
★ 27
Open GitHub ↗
Tamagui with storybook
Download README (.md)
Explore Similar Repositories
protondb-community-api
:
Community API for protondb.com
LIFE_LEARNERS
:
No description available.
AkariLevel
:
基于 TabooLib 框架开发的 Bukkit 等级插件
next-testing-intro
:
No description available.
LogiCity
:
LogiCity@NeurIPS'24, D&B track. A multi-agent inductive learning environment for "abstractions".
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
storybook-tamagui
?
Download (.md)
<img width="1728" height="1012" alt="image" src="https://github.com/user-attachments/assets/5020a466-f44f-4d07-8914-0a123f1952b1" /> React Native Storybook and Web Storybook with Vite configured for tamagui # RN app ```sh 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. ```sh # 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: ```sh yarn build-storybook ```