瀏覽代碼

Merge branch 'dev' of https://git.nomadmania.travel/Viktoriia/nomadmania-app into dev

Viktoriia 4 天之前
父節點
當前提交
ba74d0289d
共有 2 個文件被更改,包括 2 次插入14 次删除
  1. 2 2
      app.config.ts
  2. 0 12
      patches/react-native-pell-rich-editor+1.9.0.patch

+ 2 - 2
app.config.ts

@@ -24,7 +24,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
   owner: 'nomadmaniaou',
   scheme: 'nm',
   // Should be updated after every production release (deploy to AppStore/PlayMarket)
-  version: '2.0.40',
+  version: '2.0.41',
   // Should be updated after every dependency change
   runtimeVersion: '1.6',
   orientation: 'portrait',
@@ -142,7 +142,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
       'MODIFY_AUDIO_SETTINGS',
       'READ_MEDIA_VIDEO'
     ],
-    versionCode: 98 // 2.0.40, last version sent to Google is 97 (2.0.39)
+    versionCode: 99 // 2.0.41, last version sent to Google is 98 (2.0.40)
   },
   plugins: [
     [

+ 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}