mirror of
https://github.com/zhigang1992/react-native-chat-ui.git
synced 2026-01-12 17:42:19 +08:00
13 lines
256 B
JavaScript
13 lines
256 B
JavaScript
/**
|
|
* @format
|
|
*/
|
|
|
|
import 'react-native-get-random-values'
|
|
|
|
import { AppRegistry } from 'react-native'
|
|
|
|
import { name as appName } from './app.json'
|
|
import AppContainer from './src/AppContainer'
|
|
|
|
AppRegistry.registerComponent(appName, () => AppContainer)
|