Closed teod closed 5 years ago
writingDirection prop is not working when pass through textProps
writingDirection
textProps
getRNDraftJSBlocks({ contentState, textProps: { selectable: true, writingDirection: 'rtl' }, customStyles, })
https://facebook.github.io/react-native/docs/text.html#props
Hello @teod!
I think writingDirection is a style property. See: https://facebook.github.io/react-native/docs/text.html#style Could you try that?
style
Yes, you're right, thank you for the help !
writingDirection
prop is not working when pass throughtextProps
https://facebook.github.io/react-native/docs/text.html#props