UNPKG
react-native-zhuge
Version:
latest (0.2.0)
0.2.0
react native zhugeio.com tracking
react-native-zhuge
/
index.js
6 lines
(4 loc)
•
142 B
JavaScript
View Raw
1
2
3
4
5
6
import
{
NativeModules
}
from
'react-native'
;
const
ZhuGe
=
NativeModules
.
ZhuGe
;
export
const
{identify, track} =
ZhuGe
;
export
default
ZhuGe
;