UNPKG
react-native-here-mobility-sdk
Version:
latest (1.1.0)
1.1.0
1.0.9
1.0.7
1.0.6
0.2.0
0.1.91
0.1.82
0.1.81
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Offical Here Mobility SDK for react native to access Here's marketplace features
react-native-here-mobility-sdk
/
index.js
13 lines
(8 loc)
•
206 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
module
.
exports
= {
get
HereMobilitySDKDemand
(){
return
require
(
'./js/bridge/HereSDKDemand'
); },
get
HereMobilitySDK
(){
return
require
(
'./js/bridge/HereMobilitySDK'
); } }