doubler1125

Results 4 comments of 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 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',...