react-native-pell-rich-editor+1.10.0.patch 680 B

12345678910111213
  1. diff --git a/node_modules/react-native-pell-rich-editor/src/RichEditor.js b/node_modules/react-native-pell-rich-editor/src/RichEditor.js
  2. index f194ac3..1248da3 100644
  3. --- a/node_modules/react-native-pell-rich-editor/src/RichEditor.js
  4. +++ b/node_modules/react-native-pell-rich-editor/src/RichEditor.js
  5. @@ -281,7 +281,7 @@ export default class RichTextEditor extends Component {
  6. ref={that.setRef}
  7. onMessage={that.onMessage}
  8. originWhitelist={['*']}
  9. - dataDetectorTypes={dataDetectorTypes}
  10. + // dataDetectorTypes={dataDetectorTypes}
  11. domStorageEnabled={false}
  12. bounces={false}
  13. javaScriptEnabled={true}