Skip to content

Instantly share code, notes, and snippets.

@rishabhgrg
Created December 7, 2016 09:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rishabhgrg/dc5ca549475697623eb527f67b633b8a to your computer and use it in GitHub Desktop.
Save rishabhgrg/dc5ca549475697623eb527f67b633b8a to your computer and use it in GitHub Desktop.
HyperTrack React Native wrapper - Start Trip
RNHyperTrack.startTrip(
DRIVER_ID,
[TASK_ID_1, TASK_ID_2...],
(successValue) => {
// Handle Success
},
(error) => {
// Handle error
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment