A React Native 0.78 boilerplate with Redux Toolkit and TypeScript. Designed to help you quickly run the project on your machine.
-
Clone the Template
npx degit UN1Q-com/Expense-Tracker my-expense-tracker -
Install Dependencies
npm install# oryarn install -
Run the App
npm run android
# or
yarn android
Make sure to install CocoaPods dependencies:
cd ios
pod install
cd ..
then run
npm run ios
# or
yarn ios
- Good luck! 🍀