HeligPfleigh / react-native-thermal-receipt-printer

A RN library for thermal printer
174 stars 102 forks source link

Does this work with React Native Ver .63. It show error ReferenceError: Can't find variable: useState #25

Closed JintoAntony closed 2 years ago

JintoAntony commented 4 years ago

Few more things. I am trying to connect a thermal printer via USB to the android device. Will this package support that? If not, any other packages available for doing that?

gerzonc commented 4 years ago

useState is a hook from react

import React, {useState} from 'react';

It does support USB print to android devices (only)