doubler1125
doubler1125
I found a way to fix this problem: node_modules/react-native-pell-rich-editor/src/editor.js Line 252 Change to bold: { state: function() { return queryCommandState('bold'); }, result: function() { if (queryCommandState('bold')) { exec('bold'); return exec('insertHTML',...
I have the same problem
The same issue is happening for me
I found a way to fix this problem: node_modules/react-native-pell-rich-editor/src/editor.js Line 252 Change to bold: { state: function() { return queryCommandState('bold'); }, result: function() { if (queryCommandState('bold')) { exec('bold'); return exec('insertHTML',...