Revision 82c6c74ae607b26abfa55f098d54b6ce61d4dfb8 authored by Suraj Ahmed on 17 September 2021, 10:10:13 UTC, committed by Suraj Ahmed on 17 September 2021, 10:10:13 UTC
1 parent 426bee3
Raw File
index.js
/**
 * @format
 */

import {AppRegistry} from 'react-native';
import App from './App';
import {name as appName} from './app.json';

AppRegistry.registerComponent(appName, () => App);
back to top