UNPKG
react-native-labidc-pushmsg
Version:
latest (1.0.0)
1.0.0
## Getting started
react-native-labidc-pushmsg
/
index.js
7 lines
(3 loc)
•
120 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{
NativeModules
}
from
'react-native'
;
const
{
LabidcPushmsg
} =
NativeModules
;
export
default
LabidcPushmsg
;