removed wrong style line

This commit is contained in:
ue 2018-11-02 10:35:37 +03:00
parent b44b648ebc
commit d1d35696aa
2 changed files with 0 additions and 3 deletions

View File

@ -2,7 +2,6 @@ import EStyleSheet from 'react-native-extended-stylesheet';
export default EStyleSheet.create({
container: {
// flex: 1,
flexDirection: 'row',
justifyContent: 'space-between',
padding: 16,

View File

@ -1,11 +1,9 @@
import { StatusBar, Platform } from 'react-native';
import EStyleSheet from 'react-native-extended-stylesheet';
export default EStyleSheet.create({
container: {
flex: 1,
flexDirection: 'column',
marginTop: Platform.OS === 'android' && StatusBar.currentHeight,
},
headerView: {
flex: 1,