brh55 / react-native-open-maps

🗺 A simple react-native library to perform cross-platform map actions (Google, Apple, or Yandex Maps)
MIT License
359 stars 47 forks source link

Omitting start for directions API #16

Closed royderksroute42 closed 6 years ago

royderksroute42 commented 6 years ago

Omitting the start param, like you should according to the docs, did not work on Android. Providing an empty string to start only worked for iOS as well.

brh55 commented 6 years ago

Great catch! Didn't realize this was an issue, but now I see why 👍 !