Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Build
  • Loading branch information
browniefed committed Oct 10, 2017
1 parent 20fe9f0 commit 7587d30
Show file tree
Hide file tree
Showing 3 changed files with 25,807 additions and 11,609 deletions.
2 changes: 1 addition & 1 deletion app/containers/VehicleSocket.js
Expand Up @@ -8,7 +8,7 @@ if (window.navigator && Object.keys(window.navigator).length == 0 && !window.doc
window = Object.assign(window, { navigator: { userAgent: 'ReactNative' }});
}

var io = require("socket.io-client/socket.io");
var io = require("socket.io-client/dist/socket.io");


class VehicleSocket extends Component {
Expand Down

0 comments on commit 7587d30

Please sign in to comment.