1
0

2 Ревизии 04d4e569e9 ... b250c5a463

Автор SHA1 Съобщение Дата
  Daniel Zagrodzki b250c5a463 version bump преди 10 месеца
  Daniel Zagrodzki 07ba27e7ee Libraries updates (app wouldn't compile for Android) преди 10 месеца
променени са 3 файла, в които са добавени 3 реда и са изтрити 15 реда
  1. 2 2
      app.config.ts
  2. 1 1
      package.json
  3. 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: [
     [

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