Skip to content

This template for start build react native using expo, tailwind, typescript and react query

Notifications You must be signed in to change notification settings

liu-purnomo/react-native-expo-taiwlind-ts-boilerplate

Repository files navigation

React Native Starter Boilerplate

Getting started.

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

nvm i

Next, install the project dependencies by running:

npm i

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 jest in --watch mode which means it will rerun affected tests as you write and refactor code.

About

This template for start build react native using expo, tailwind, typescript and react query

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published