This is a boilerplate for expo project with typescript integration.
Storybook can be viewed here
git clone https://github.com/Naturalclar/expo-typescript-starter.git
cd expo-typescript-starter
yarn
This project utilizes Storybook with react-native-web to easily implement component without the need to launch the emulator.
Implementing screen components this way is much easier than implementing them through an emulator, as the loading time is much faster.
You can view the storybook by running
yarn storybook