mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-23 13:22:02 +03:00
Merge pull request #2120 from ecency/sa/rtl/feed-screen-header-rtl
rtl issues fixed in feeds screen header component
This commit is contained in:
commit
4f7a5f2116
@ -772,4 +772,4 @@ SPEC CHECKSUMS:
|
||||
|
||||
PODFILE CHECKSUM: 9c48318ea254e2c78005a7a0c2d8bfc14ddd783d
|
||||
|
||||
COCOAPODS: 1.10.1
|
||||
COCOAPODS: 1.11.2
|
||||
|
@ -1,5 +1,5 @@
|
||||
import EStyleSheet from 'react-native-extended-stylesheet';
|
||||
import { Platform } from 'react-native';
|
||||
import { Platform, NativeModules } from 'react-native';
|
||||
|
||||
export default EStyleSheet.create({
|
||||
container: {
|
||||
@ -29,15 +29,17 @@ export default EStyleSheet.create({
|
||||
avatarDefault: {
|
||||
borderTopRightRadius: 68 / 2,
|
||||
borderBottomRightRadius: 68 / 2,
|
||||
overflow:'hidden'
|
||||
},
|
||||
titleWrapper: {
|
||||
flexDirection: 'column',
|
||||
justifyContent: 'center',
|
||||
alignItems: 'flex-start',
|
||||
marginHorizontal: 8,
|
||||
flex:2
|
||||
flex:2,
|
||||
},
|
||||
titleWrapperReverse: {
|
||||
alignItems:'flex-end'
|
||||
alignItems:'flex-end',
|
||||
},
|
||||
title: {
|
||||
fontSize: 14,
|
||||
|
Loading…
Reference in New Issue
Block a user