Skip to content

mak12/react-native-invoiceapp

Repository files navigation

react-native-invoiceapp

Simple Invoice App

setup

Instal node modules using either yarn or npm

npm i

or

yarn

install pods using

cd ios; pod install; cd ..

or for m1 processors

cd ios; arch -x86_64 pod install; cd ..

running

For android run

npx react-native run-android

or for ios

npx react-native run-ios

#TODO's

  • general improvements
  • test cases underway

About

SimpleInvoice app, that works on both Android and iOS platforms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published