Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
sync = () => {
CodePushLib.sync(
{ updateDialog: CodePushLib.DEFAULT_UPDATE_DIALOG },
this.codePushStatusDidChange.bind(this),
this.codePushDownloadDidProgress.bind(this)
);
};