Last active
October 23, 2017 03:08
-
-
Save astyfx/3a40544650b7c0c20f4abd71452a1a35 to your computer and use it in GitHub Desktop.
tutorial-build-a-messaging-app-using-react-native
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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