Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 616 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 616 Bytes

Expo-typescript

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

How to start

Make sure you have the Expo CLI installed. To install the Expo CLI, run the following command:

npm install -g expo-cli

  1. run npm install in the project directory.
  2. 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!