/wallet-app

An App list wallets and transaction details

Primary LanguageJavaScript

ECOMI Wallet

js-standard-style

  • Standard compliant React Native App

⬆️ How to Setup

Step 1: git clone this repo:

Step 2: cd to the cloned repo:

Step 3: Install react native cli (npm install -g react-native-cli)

Step 4: Install detox

Step 5: Install the Application with yarn or npm i

Step 6: For android: Install Android Studio and configure with Genymotion or other emulator of choice

Step 7: For IOS: cd into the ios/ directory run pod install

▶️ How to Run App

  1. cd to the repo
  2. Run Build for either OS
  • for iOS
    • run react-native run-ios
  • for Android
    • Run Emulator
    • run react-native run-android

▶️ How to test App

  1. yarn test
  2. E2E testing
  • for iOS
    • run detox build --configuration ios
    • run detox test --configuration ios
  • for Android
    • Work in progress

🚫 Standard Compliant

js-standard-style This project adheres to Standard. Our CI enforces this, so we suggest you enable linting to keep your project compliant during development.