react-native/index.js
Artur Gurgul 9829024b2c Initial commit
Generated by react-native@0.80.2
2025-08-01 12:57:32 +02:00

9 lines
187 B
JavaScript

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