Typescript boilerplate for Expo projects. This project is currently running the latest Expo SDK (31.0.0).
This project already includes types for:
- Expo
- Expo Vector Icons
- React
- React Native
Make sure you have the Expo CLI installed. To install the Expo CLI
, run the following command:
npm install -g expo-cli
- run
npm install
in the project directory. - run
expo start
in the project directory to start the project.
You are now ready to start programming in Typescript with Expo
and React Native
!