globocom / react-native-draftjs-render

React Native render for draft.js model
MIT License
390 stars 62 forks source link

CSS style is not working... #64

Open bibek-magar opened 3 years ago

bibek-magar commented 3 years ago

image image

bibek-magar commented 3 years ago

[ { "key": "34ivf", "text": "THIS IS BOLD TEST\nTHIS IS ITALIC TEST\nTHIS IS UNDERLINE TEST\n\nRED TEXT \n\nBIG TEXT", "type": "unstyled", "depth": 0, "inlineStyleRanges": [ { "offset": 0, "length": 17, "style": "BOLD" }, { "offset": 18, "length": 19, "style": "ITALIC" }, { "offset": 38, "length": 22, "style": "UNDERLINE" }, { "offset": 62, "length": 9, "style": "color-rgb(184,49,47)" }, { "offset": 73, "length": 8, "style": "fontsize-72" } ], "entityRanges": [], "data": {} } ]

ahmedfouad01099 commented 1 year ago

not working for me too