mirror of
https://github.com/status-im/react-native-config.git
synced 2025-02-28 23:10:44 +00:00
5 lines
123 B
JavaScript
5 lines
123 B
JavaScript
import { AppRegistry } from 'react-native';
|
|
import App from './App';
|
|
|
|
AppRegistry.registerComponent('Example', () => App);
|