Skip to content

Commit 61ccbe2

Browse files
fix(ios): autocorrect not leaving space in middle of message
1 parent 5e12559 commit 61ccbe2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2162,7 +2162,7 @@ PODS:
21622162
- React-logger (= 0.79.4)
21632163
- React-perflogger (= 0.79.4)
21642164
- React-utils (= 0.79.4)
2165-
- ReactNativeTypeRich (2.2.3):
2165+
- ReactNativeTypeRich (2.2.4):
21662166
- DoubleConversion
21672167
- glog
21682168
- hermes-engine
@@ -3186,7 +3186,7 @@ SPEC CHECKSUMS:
31863186
ReactAppDependencyProvider: bf62814e0fde923f73fc64b7e82d76c63c284da9
31873187
ReactCodegen: 2f22969ab54e1aace69c9b5d3085e0a3b405a9a6
31883188
ReactCommon: 177fca841e97b2c0e288e86097b8be04c6e7ae36
3189-
ReactNativeTypeRich: 6a694ffe0297e6f7fa7bf82899e448459112fe81
3189+
ReactNativeTypeRich: 4702fc21cb380789c8c66d5ee652aab0e6719588
31903190
RNBootSplash: 1280eeb18d887de0a45bb4923d4fc56f25c8b99c
31913191
RNCAsyncStorage: edb872909c88d8541c0bfade3f86cd7784a7c6b3
31923192
RNCClipboard: 4fd4b093bd9d0be5ad62ea73884eda7745ad23d0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"react-native-skeleton-placeholder": "5.2.4",
120120
"react-native-slowlog": "1.0.2",
121121
"react-native-svg": "^15.12.1",
122-
"react-native-typerich": "^2.2.3",
122+
"react-native-typerich": "^2.2.4",
123123
"react-native-url-polyfill": "2.0.0",
124124
"react-native-webview": "^13.15.0",
125125
"react-redux": "8.0.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12854,10 +12854,10 @@ react-native-svg@^15.12.1:
1285412854
css-tree "^1.1.3"
1285512855
warn-once "0.1.1"
1285612856

12857-
react-native-typerich@^2.2.3:
12858-
version "2.2.3"
12859-
resolved "https://registry.yarnpkg.com/react-native-typerich/-/react-native-typerich-2.2.3.tgz#5ba1a913b0cf68fd57cb9b07ea240865ad8befd3"
12860-
integrity sha512-8kQi+9hRGIVjoUIE7RjyL84FXVsDb3YEdKFO6QIL85TkWVVfWXFSi5x/w2gxhQ8Tl3dtePSd6+m3JcVUyW/eDg==
12857+
react-native-typerich@^2.2.4:
12858+
version "2.2.4"
12859+
resolved "https://registry.yarnpkg.com/react-native-typerich/-/react-native-typerich-2.2.4.tgz#da51f5f3990a287ffad348c202f432957303363c"
12860+
integrity sha512-0TQbkpwDvbR0mQk4d/l5CcVXphvFo0VnKt4XhO5wYZ+6SlsVmBrTVuMZ0ASbD2xOfNI5pHgcRbW6YgWHbq+uBg==
1286112861

1286212862
react-native-url-polyfill@2.0.0, react-native-url-polyfill@^2.0.0:
1286312863
version "2.0.0"

0 commit comments

Comments
 (0)