mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-02 02:31:41 +03:00
Fixed br tag render issue
This commit is contained in:
parent
0112e246cd
commit
a8e449ac86
@ -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