Commit 7c8abbb
Changed files (1)
index.ios.js
@@ -2,13 +2,4 @@ import React, { Component } from 'react';
import { AppRegistry, StyleSheet } from 'react-native';
import ApplicationShell from './app/components/application-shell'
-const styles = StyleSheet.create({
- container: {
- flex: 1,
- justifyContent: 'center',
- alignItems: 'center',
- backgroundColor: '#F5FCFF',
- },
-});
-
AppRegistry.registerComponent('AwesomeProject', () => ApplicationShell);