Skip to content

Instantly share code, notes, and snippets.

View rishabhgrg's full-sized avatar
👨‍💻

Rishabh Garg rishabhgrg

👨‍💻
View GitHub Profile
@rishabhgrg
rishabhgrg / installation.md
Last active December 7, 2016 08:31
React Native wrapper installation
$ npm install react-native-hypertrack --save 
$ react-native link react-native-hypertrack
@rishabhgrg
rishabhgrg / installation.sh
Last active December 7, 2016 09:17
React Native Wrapper installation
$ npm install react-native-hypertrack --save
$ react-native link react-native-hypertrack
@rishabhgrg
rishabhgrg / initialize.js
Last active December 7, 2016 09:17
Import and initialize SDK
import RNHyperTrack from 'react-native-hypertrack';
...
export default class MyApp extends Component {
constructor() {
super();
// Initialize HyperTrack wrapper
RNHyperTrack.initialize(config.HT_PUBLISHABLE_KEY);
}
}
@rishabhgrg
rishabhgrg / startTrip.js
Created December 7, 2016 09:23
HyperTrack React Native wrapper - Start Trip
RNHyperTrack.startTrip(
DRIVER_ID,
[TASK_ID_1, TASK_ID_2...],
(successValue) => {
// Handle Success
},
(error) => {
// Handle error
}
);
@rishabhgrg
rishabhgrg / index.html
Created June 2, 2017 06:44
Dashboard embed example
<iframe src="https://dashboard.hypertrack.com/widget/actions;lookup_id=LOOKUP_ID/?key=YOUR_SECRET_KEY" width="400" height="300">
<p>Your browser does not support iframes.</p>
</iframe>
@rishabhgrg
rishabhgrg / changelog-2.1.3.md
Created September 18, 2018 13:00
Changelog 2.1.3
@rishabhgrg
rishabhgrg / changelog-2.3.0.md
Created October 22, 2018 12:32
Changelog 2.3.0
@rishabhgrg
rishabhgrg / changelog-2.6.2.md
Created November 27, 2018 14:54
Changelog 2.6.2
@rishabhgrg
rishabhgrg / changelog-2.14.1.md
Created February 12, 2019 11:13
Changelog 2.14.1
@rishabhgrg
rishabhgrg / changelog-2.18.2.md
Created March 17, 2019 18:16
Changelog 2.18.2
  • fa783b7af Updated Ghost-Admin to 2.18.2 - Rish
  • a7ed85f55 Version bump to 2.18.2 - Rish
  • a4e8b73ee Updated Casper to 2.9.6 - Rish
  • 691f6fdbf Version bump to 2.18.2 - Rish
  • e84a22ec7 Updated submodules for fork - Rish
  • 7e09c752f Removed ignored packages from renovate.json - Kevin Ansfield
  • 4c3a44ea2 🐛 Fixed infinite scroll of posts/pages screens not working in Safari - Kevin Ansfield
  • 948d9954e Fixed missing margin on subscribers action buttons - Kevin Ansfield
  • 6b01266b1 🐛 Fi