GithubHelp home page GithubHelp logo

Comments (4)

thanveershah avatar thanveershah commented on April 28, 2024 1

how did you fix this?

from react-native-thermal-receipt-printer-image-qr.

megabeehothanhminh avatar megabeehothanhminh commented on April 28, 2024 1

@sahil-foodbot You init module first it will work.
NET
await NetPrinter.init(); await NetPrinter.connectPrinter(state.ip_wifi, 9100, 100); await NetPrinter.printBill('', {beep: false, cut: true});
BLUETOOTH
const getListDevices = async () => { try { await BLEPrinter.init(); setIsLoading(true); const results = await BLEPrinter.getDeviceList(); if (results && results.length > 0) { setDevicePrint(results); setIsLoading(false); } else { setIsLoading(false); } } catch (err) { console.log(err, 'Lแป—i'); } };
const getInitBlue = async () => { await BLEPrinter.init(); BLEPrinter.closeConn(); try { // await BLEPrinter.init(); await BLEPrinter.getDeviceList().then(async (res) => { if (!res) { toastRef.current?.error(translate('deviceNotFound')); } else { await BLEPrinter.connectPrinter(state.inner_mac_address || ''); refConnectedBlue.current = true; } }); } catch (error) { toastRef.current?.error(translate('connectFailed')); refConnectedBlue.current = false; }

from react-native-thermal-receipt-printer-image-qr.

sahil-foodbot avatar sahil-foodbot commented on April 28, 2024

@thanveershah did u found any solution on this

from react-native-thermal-receipt-printer-image-qr.

sahil-foodbot avatar sahil-foodbot commented on April 28, 2024

@megabeehothanhminh yes i fixed it using same. BTW thanks for the reply

from react-native-thermal-receipt-printer-image-qr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.