HeligPfleigh / react-native-thermal-receipt-printer

A RN library for thermal printer
163 stars 103 forks source link

Javascript build in dist is out of sync with src in v1.1.5 #48

Open Danchoys opened 3 years ago

Danchoys commented 3 years ago

Current Behavior

Current latest version in npm (1.1.5) contains an outdated JS build in dist. Most likely it was forgotten to run yarn build before publishing to npm and assigning the tag.

Expected Behavior

Expect to see the latest build in dist.

How to reproduce