This app is an example of an Expo app with a native plugin that can print to an ESC/POS thermal printer.
- Clone the repository:
git clone https://github.com/your-username/PrintPOS.git
- Install the dependencies:
cd PrintPOS
yarn install
- Make Prebuild APK:
yarn build:local
- Install the APK on your device:
adb install -r <path>
- Run Apps
yarn start
- Connect your ESC/POS thermal printer to your device.
- Open the app on your device.
- Select the printer from the available devices.
- Make Test Print
Contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.