Danny
banner
dannyhw.com
Danny
@dannyhw.com
React Native Storybook maintainer. React and React Native developer.

Danny_H_W on X

Brazilian/English living in Portugal.

https://github.com/dannyhw

https://dannyhw.com (website under construction) 🏗️
Just updated the React Native Storybook Expo template for SDK 54 and its also now based on Expo router.

Get up and running in less than a minute:

bunx create-expo-app --template expo-template-storybook@latest AwesomeStorybook

@storybook.js.org @expo.dev
September 10, 2025 at 11:42 PM
I've been working for a while on getting React Native Web to work on Storybook with Vite.

Today I want to share a Vite Plugin to make it easier to run React Native Web. Also a bit about how it came about.

This is for those trying to do something a bit outside the box 😄
August 11, 2025 at 12:04 PM
Working on a new version of the expo template that is based on expo-router.

Try it out with this command

npx create-expo-app --template expo-template-storybook@next ExpoRouterStorybook
August 5, 2025 at 10:48 PM
Quick setup guide for react native storybook + expo router
June 3, 2025 at 12:27 PM
I've had this example of storybook in expo router navigating with search params. yesterday I realised that I could just build it into Storybook without the router using the Linking api.

[scheme]://[url]?STORYBOOK_STORY_ID=[story_id]

Out in 8.6.0-alpha.0
Feedback welcomed 🙏
February 23, 2025 at 10:15 AM
in 8.5.5-alpha.4 now works from search
February 13, 2025 at 1:37 PM
Any react native storybook users (on v8+) please give this version a test for me

8.5.5-alpha.3

I'm adding scroll to selected story when opening the story list and would appreciate some user testing.

Also includes changes to improve controls compatibility with web.

github.com/storybookjs/...
February 12, 2025 at 12:36 PM