Skip to content

Instantly share code, notes, and snippets.

@reyhansofian
Created July 23, 2017 09:12
Show Gist options
  • Save reyhansofian/3e672776f02689455d1c3b09b23391f0 to your computer and use it in GitHub Desktop.
Save reyhansofian/3e672776f02689455d1c3b09b23391f0 to your computer and use it in GitHub Desktop.
// main.js
class AppContainer extends React.Component {
render() {
return (
<ApolloProvider client={client}>
<MainApp />
</ApolloProvider>
);
}
}
Expo.registerRootComponent(AppContainer);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment