Skip to content
Snippets Groups Projects
index.js 228 B
Newer Older
  • Learn to ignore specific revisions
  • Alexey Lunin's avatar
    Alexey Lunin committed
    import { AppRegistry } from 'react-native';
    import 'intl-pluralrules';
    import 'react-native-reanimated';
    
    Alexey Lunin's avatar
    Alexey Lunin committed
    import App from './App';
    
    Alexey Lunin's avatar
    Alexey Lunin committed
    import { name as appName } from './app.json';
    
    Alexey Lunin's avatar
    Alexey Lunin committed
    
    AppRegistry.registerComponent(appName, () => App);