diff options
Diffstat (limited to 'index.native.js')
-rw-r--r-- | index.native.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/index.native.js b/index.native.js deleted file mode 100644 index 2d2c9ca44..000000000 --- a/index.native.js +++ /dev/null @@ -1,9 +0,0 @@ -/** - * @format - */ - -import {AppRegistry} from 'react-native' -import App from './src/App' -import {name as appName} from './src/app.json' - -AppRegistry.registerComponent(appName, () => App) |