We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a22189 commit b48b125Copy full SHA for b48b125
src/index.js
@@ -18,6 +18,7 @@ import removeTextStyleProps from './lib/util/removeTextStyleProps';
18
import {styles} from './lib/styles';
19
import {stringToTokens} from './lib/util/stringToTokens';
20
import FitImage from 'react-native-fit-image';
21
+import textStyleProps from './lib/data/textStyleProps';
22
23
export {
24
getUniqueID,
@@ -32,6 +33,7 @@ export {
32
33
styles,
34
removeTextStyleProps,
35
FitImage,
36
+ textStyleProps,
37
};
38
39
// we use StyleSheet.flatten here to make sure we have an object, in case someone
0 commit comments