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:
Feruz M 2022-01-05 16:25:12 +02:00 committed by GitHub
commit 4f7a5f2116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -772,4 +772,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: 9c48318ea254e2c78005a7a0c2d8bfc14ddd783d
COCOAPODS: 1.10.1
COCOAPODS: 1.11.2

View File

@ -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,