简体   繁体   中英

What is the best way to implement Here SDK for React Native apps (iOS and Android)?

Is there an existing React-Native library to implement Here maps and navigation, or do I have to implement the Here SDKs natively for both platforms?

You need to implement native module for both iOS and Android to use Here SDK from React Native apps. If you are using HERE SDK 3.x, following would be a good example how to do it. https://github.com/Weopt/react-native-here-maps

If you are using HERE SDK 4.x, you need some modification to the above example to adjust the difference of the interface between 3.x and 4.x.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM