mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 04:41:43 +03:00
Fixed br tag render issue
This commit is contained in:
parent
c739c7e1aa
commit
f781a734e2
@ -187,6 +187,9 @@ class PostBody extends PureComponent {
|
|||||||
</TouchableOpacity>
|
</TouchableOpacity>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
br: (htmlAttribs, children, passProps) => {
|
||||||
|
return <Text {...passProps}>{'\n'}</Text>;
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Loading…
Reference in New Issue
Block a user