UNPKG

@brooons/react-native-bluetooth-escpos-printer

Version:

React-Native plugin for the bluetooth ESC/POS printers.

11 lines (8 loc) 223 B
/** * Created by januslo on 2018/9/20. */ /** @format */ import {AppRegistry} from 'react-native'; import App from './App'; import {name as appName} from './app.json'; AppRegistry.registerComponent(appName, () => App);