hosunsin/index.js

10 lines
193 B
JavaScript
Raw Normal View History

2024-02-26 22:18:39 +08:00
/**
* @format
*/
import {AppRegistry, Platform} from 'react-native';
import App from './App';
import {name as appName} from './app.json';
AppRegistry.registerComponent(appName, () => App);