/aspire-test

Primary LanguageJavaScript

Aspire App

A small demo to demonstrate debit card limit functionality in the aspire app.

iOS App

demo

demo2

Android App

demo

demo2

Install and run on android

npm install -g react-native-cli
cd aspire
yarn
react-native run-android

Install and run on ios

npm install -g react-native-cli
cd aspire
yarn
cd ios
pod install
cd ..
react-native run-ios