Releases: Qeepsake/react-native-smart-text
Releases · Qeepsake/react-native-smart-text
v0.3.4
v0.3.3
Pre-release Fixes
- Fixed asterisk bold and italics markdown parsing (SmartText feature 2.) and added pre-commit hooks 39c8ba5
0.1.0
The <SmartText />
component contains a number of abilities:
- Emoji 😄🥶🤯 it uses node-emoji under the hood
Markdown support for italics and bold(breaks nesting and will be fixed in next version)- Nested text support e.g.
<SmartText size={12} color='black'>My nested <SmartText bold>test!</SmartText>
where parent props will be inherited by children.