radarlabs / react-native-radar

React Native module for Radar, the leading geofencing and location tracking platform
https://radar.com
Apache License 2.0
170 stars 32 forks source link

Help with starttrip function #143

Closed janogarciardz closed 3 years ago

janogarciardz commented 3 years ago

When executing the starttrip function, it returns an error "Could not invoke RNRadar.startTrip"

Thank you

Summary

Code to reproduce

Steps to reproduce

OS version

Android

SDK version

3.0.6

Other information

nickpatrick commented 3 years ago

Hi @janogarciardz, does this still repro for you on the latest version, 3.1.4? https://github.com/radarlabs/react-native-radar/releases/tag/3.1.4

janogarciardz commented 3 years ago

The error no longer returns, but the dashboard does not reflect any change, mm it does not return it to me in the webhook events. :(

janogarciardz commented 3 years ago

Good afternoon, the code already works, it was my mistake. Another question, can I have more one starTrip for user? for example I have a delivery app and a delivery person can have more than one destination. Thank you