File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed
app/containers/MessageComposer/components Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -458,7 +458,6 @@ export const ComposerInput = memo(
458458 // underlineColorAndroid='transparent' // by default behaiviour
459459 defaultValue = ''
460460 multiline
461- editable
462461 { ...( autocompleteType ? { autoComplete : 'off' , autoCorrect : false , autoCapitalize : 'none' } : { } ) }
463462 keyboardAppearance = { theme === 'light' ? 'light' : 'dark' }
464463 // eslint-disable-next-line no-nested-ternary
Original file line number Diff line number Diff 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.2 ):
2165+ - ReactNativeTypeRich (2.2.3 ):
21662166 - DoubleConversion
21672167 - glog
21682168 - hermes-engine
@@ -3186,7 +3186,7 @@ SPEC CHECKSUMS:
31863186 ReactAppDependencyProvider: bf62814e0fde923f73fc64b7e82d76c63c284da9
31873187 ReactCodegen: 2f22969ab54e1aace69c9b5d3085e0a3b405a9a6
31883188 ReactCommon: 177fca841e97b2c0e288e86097b8be04c6e7ae36
3189- ReactNativeTypeRich: 02d0ff53a6c1ed2b8bad7e98e8499927d0ed3ec1
3189+ ReactNativeTypeRich: 6a694ffe0297e6f7fa7bf82899e448459112fe81
31903190 RNBootSplash: 1280eeb18d887de0a45bb4923d4fc56f25c8b99c
31913191 RNCAsyncStorage: edb872909c88d8541c0bfade3f86cd7784a7c6b3
31923192 RNCClipboard: 4fd4b093bd9d0be5ad62ea73884eda7745ad23d0
Original file line number Diff line number Diff line change 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.2 " ,
122+ "react-native-typerich" : " ^2.2.3 " ,
123123 "react-native-url-polyfill" : " 2.0.0" ,
124124 "react-native-webview" : " ^13.15.0" ,
125125 "react-redux" : " 8.0.5" ,
Original file line number Diff line number Diff 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.2 :
12858- version "2.2.2 "
12859- resolved "https://registry.yarnpkg.com/react-native-typerich/-/react-native-typerich-2.2.2 .tgz#1958b24e7fdc15e0bfbd9408ae801f8d0cdfb3b2 "
12860- integrity sha512-4bPw8t5bR0C8KwRgHJgh5R1NOD2nnwQ89BDl9wEh3xV469EkcpqZsS03+EetTSanMUJ84F0RYNBhxTlXi7sKjw ==
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 ==
1286112861
1286212862react-native-url-polyfill@2.0.0, react-native-url-polyfill@^2.0.0:
1286312863 version "2.0.0"
You can’t perform that action at this time.
0 commit comments