mirror of
https://github.com/status-im/react-native.git
synced 2025-01-17 04:50:59 +00:00
5 lines
126 B
JavaScript
5 lines
126 B
JavaScript
|
import { AppRegistry } from 'react-native';
|
||
|
import App from './App';
|
||
|
|
||
|
AppRegistry.registerComponent('HelloWorld', () => App);
|