Commit 7c8abbb

mo khan <mo@mokhan.ca>
2016-11-27 04:27:58
remove stylesheet
1 parent d62b561
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);