Skip to content

Instantly share code, notes, and snippets.

@jdmunro
Created February 14, 2019 16:52
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 jdmunro/3809ab731f36336c213bd7f6c5968f29 to your computer and use it in GitHub Desktop.
Save jdmunro/3809ab731f36336c213bd7f6c5968f29 to your computer and use it in GitHub Desktop.
import * as React from "react";
const codePush = (App: React.Node) => App;
codePush.getUpdateMetaData = () => {
return Promise.resolve(null);
};
export default codePush;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment