/tarvos-Test

Primary LanguageTypeScript

tarvos-Test

TypeScript

Preview

1 2 3 4

Follow this link To preview the video demo of the app

Getting Started

  1. Fork or Clone the repo, then set it up:
$ cd tarvos-Test
$ yarn install

Run on Android

$ npx react-native run-android

Run on iOS

$ cd ios && pod install
$ cd .. && npx react-native run-ios