Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 845 Bytes

readme.md

File metadata and controls

51 lines (33 loc) · 845 Bytes

PrintPOS App

This app is an example of an Expo app with a native plugin that can print to an ESC/POS thermal printer.

Installation

  1. Clone the repository:
git clone https://github.com/your-username/PrintPOS.git
  1. Install the dependencies:
cd PrintPOS
yarn install
  1. Make Prebuild APK:
yarn build:local
  1. Install the APK on your device:
adb install -r <path>
  1. Run Apps
yarn start

Usage

  1. Connect your ESC/POS thermal printer to your device.
  2. Open the app on your device.
  3. Select the printer from the available devices.
  4. Make Test Print

Contributing

Contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.