Skip to content

Template for generating React Native template which is ready for development.

Notifications You must be signed in to change notification settings

spacewixard/react-native-expo-ts

Repository files navigation

React Native Starter Boilerplate

Getting Started

Install the correct node version listed in .nvmrc using the command:

nvm install

Next, install the project dependencies by running:

npm install

Finally, run the app using any of the following commands:

npm run start # Starts the expo server without launching a simulator
npm run ios # Starts the expo server and launches ios simulator
npm run android # Starts the expo server and launches android simulator

Testing

To run the unit test suite with jest, use the following command:

npm run test

This runs just with --watch mode which means it will re-run affected tests as you write and re-factor code.

About

Template for generating React Native template which is ready for development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published