mirror of
https://github.com/cupcakearmy/fight-of-the-mobiles.git
synced 2026-04-02 18:25:23 +00:00
9 lines
169 B
JavaScript
9 lines
169 B
JavaScript
import {
|
|
AppRegistry
|
|
} from 'react-native'
|
|
import App from './src/App'
|
|
import {
|
|
name as appName
|
|
} from './app.json'
|
|
|
|
AppRegistry.registerComponent(appName, () => App); |