mirror of
https://github.com/status-im/react-native.git
synced 2025-01-15 03:56:03 +00:00
aba4ec0c09
Reviewed By: yungsters Differential Revision: D7962462 fbshipit-source-id: 0afe2092af8703895de91a6d1400315c3173aa6d
8 lines
179 B
JavaScript
8 lines
179 B
JavaScript
/** @format */
|
|
|
|
import {AppRegistry} from 'react-native';
|
|
import App from './App';
|
|
import {name as appName} from './app.json';
|
|
|
|
AppRegistry.registerComponent(appName, () => App);
|