This repository has been archived on 2025-02-15. You can view files and clone it, but cannot push or open issues or pull requests.
2023-08-17 12:57:46 +09:00

10 lines
183 B
JavaScript

/**
* @format
*/
import {AppRegistry} from 'react-native';
import App from './App';
import {name as appName} from './app.json';
AppRegistry.registerComponent(appName, () => App);