Skip to content

Commit b48b125

Browse files
committed
https://github.com/iamacup/react-native-markdown-display/issues/87
1 parent 6a22189 commit b48b125

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import removeTextStyleProps from './lib/util/removeTextStyleProps';
1818
import {styles} from './lib/styles';
1919
import {stringToTokens} from './lib/util/stringToTokens';
2020
import FitImage from 'react-native-fit-image';
21+
import textStyleProps from './lib/data/textStyleProps';
2122

2223
export {
2324
getUniqueID,
@@ -32,6 +33,7 @@ export {
3233
styles,
3334
removeTextStyleProps,
3435
FitImage,
36+
textStyleProps,
3537
};
3638

3739
// we use StyleSheet.flatten here to make sure we have an object, in case someone

0 commit comments

Comments
 (0)