Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save astyfx/3a40544650b7c0c20f4abd71452a1a35 to your computer and use it in GitHub Desktop.
Save astyfx/3a40544650b7c0c20f4abd71452a1a35 to your computer and use it in GitHub Desktop.
tutorial-build-a-messaging-app-using-react-native
var React = require('react-native');
var {
AppRegistry
} = React;
var Main = require('./src/main')
AppRegistry.registerComponent('SendBirdSample', () => Main);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment