Skip to content

movibe/expo-typescript-starter

 
 

Repository files navigation

expo-typescript-starter

CircleCI

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

About

template for react-native project made with expo 33 using typescript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 80.7%
  • JavaScript 17.4%
  • HTML 1.9%