expo-typescript-starter
This is a boilerplate for expo project with typescript integration.
Storybook can be viewed here
Tech Stack
Component Libraries
Getting started
Clone the repository
git clone https://github.com/Naturalclar/expo-typescript-starter.git
cd expo-typescript-starter
Install the dependencies
yarn
Storybook
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