mirror of
https://github.com/cupcakearmy/fight-of-the-mobiles.git
synced 2026-04-03 02:35:23 +00:00
React native app
This commit is contained in:
9
src/rn/index.js
Normal file
9
src/rn/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import {
|
||||
AppRegistry
|
||||
} from 'react-native'
|
||||
import App from './src/App'
|
||||
import {
|
||||
name as appName
|
||||
} from './app.json'
|
||||
|
||||
AppRegistry.registerComponent(appName, () => App);
|
||||
Reference in New Issue
Block a user