UNPKG
@brooons/react-native-bluetooth-escpos-printer
Version:
latest (1.2.0)
1.2.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
React-Native plugin for the bluetooth ESC/POS printers.
@brooons/react-native-bluetooth-escpos-printer
/
examples
/
index.js
11 lines
(8 loc)
•
223 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * 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
);