Files
margelo--react-native-graph/example/index.js
T
Marc Rousavy 8466858656 index.js
2022-04-29 16:24:52 +02:00

6 lines
167 B
JavaScript

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