2 Commits 04d4e569e9 ... b250c5a463

Author SHA1 Message Date
  Daniel Zagrodzki b250c5a463 version bump 2 weeks ago
  Daniel Zagrodzki 07ba27e7ee Libraries updates (app wouldn't compile for Android) 2 weeks ago
3 changed files with 3 additions and 15 deletions
  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}