UNPKG
react-native-yf-amap
Version:
latest (1.0.0)
1.0.0
a native amap module
react-native-yf-amap
/
index.js
9 lines
(7 loc)
•
158 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
NativeModules
}
from
'react-native'
const
{
YFAmapRCTModule
} =
NativeModules
export
function
AmapLog
(
) {
return
YFAmapRCTModule
.
AmapLog
() }