浏览代码

Libraries updates (app wouldn't compile for Android)

Daniel Zagrodzki 14 小时之前
父节点
当前提交
07ba27e7ee
共有 2 个文件被更改,包括 1 次插入13 次删除
  1. 1 1
      package.json
  2. 0 12
      patches/react-native-pell-rich-editor+1.9.0.patch

+ 1 - 1
package.json

@@ -79,7 +79,7 @@
     "react-native-modal": "^13.0.1",
     "react-native-pager-view": "6.3.0",
     "react-native-paper": "^5.12.3",
-    "react-native-pell-rich-editor": "^1.9.0",
+    "react-native-pell-rich-editor": "^1.10.0",
     "react-native-progress": "^5.0.1",
     "react-native-reanimated": "~3.10.1",
     "react-native-reanimated-carousel": "^3.5.1",

+ 0 - 12
patches/react-native-pell-rich-editor+1.9.0.patch

@@ -1,12 +0,0 @@
-diff --git a/node_modules/react-native-pell-rich-editor/src/RichEditor.js b/node_modules/react-native-pell-rich-editor/src/RichEditor.js
-index 14bea22..792147f 100644
---- a/node_modules/react-native-pell-rich-editor/src/RichEditor.js
-+++ b/node_modules/react-native-pell-rich-editor/src/RichEditor.js
-@@ -267,7 +267,6 @@ export default class RichTextEditor extends Component {
-           ref={that.setRef}
-           onMessage={that.onMessage}
-           originWhitelist={['*']}
--          dataDetectorTypes={'none'}
-           domStorageEnabled={false}
-           bounces={false}
-           javaScriptEnabled={true}