UNPKG
sp-react-native-mqtt
Version:
latest (0.6.1)
0.6.1
0.6.0
0.5.1
0.5.0
0.4.26
0.4.25
0.4.24
0.4.23
0.4.22
0.4.21
0.4.20
0.4.19
0.4.18
MQTT client for react-native
github.com/SudoPlz/react-native-mqtt
SudoPlz/react-native-mqtt
sp-react-native-mqtt
/
rnmqttexample
/
index.js
10 lines
(7 loc)
•
183 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** *
@format
*/
import
{
AppRegistry
}
from
'react-native'
;
import
App
from
'./App'
;
import
{name
as
appName}
from
'./app.json'
;
AppRegistry
.
registerComponent
(appName,
() =>
App
);