mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-27 15:37:34 +03:00
removed wrong style line
This commit is contained in:
parent
b44b648ebc
commit
d1d35696aa
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user