Files
react-native-chat-ui/example/index.js
2020-04-13 11:12:32 +02:00

10 lines
187 B
JavaScript

/**
* @format
*/
import { AppRegistry } from 'react-native'
import { name as appName } from './app.json'
import App from './src/App'
AppRegistry.registerComponent(appName, () => App)