Setting up the project

  1. Clone the project using git clone https://github.com/ajaykumar97/print-receipt-over-bluetooth.
  2. Navigate inside the project in Terminal and hit yarn install or npm install. It will install all of the libraries being used in the project.
  3. Navigate inside the ios folder using cd ios and install the pods using pod install.

Running the project

For iOS

npx react-native run-ios

For Android

npx react-native run-android