Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 327 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 327 Bytes

Invoice Creator

Simple invoice creator built with React-native

How to Run App

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