fix(mobile): turn native textview into uncontrolled component (#1176)
Switching from non-plain type to plain type renders initial state.text, which wasn't being properly updated on all changes.
This commit is contained in:
@@ -38,10 +38,10 @@
|
||||
"@standardnotes/filepicker": "^1.16.22",
|
||||
"@standardnotes/icons": "workspace:*",
|
||||
"@standardnotes/react-native-aes": "^1.4.3",
|
||||
"@standardnotes/react-native-textview": "1.0.2",
|
||||
"@standardnotes/react-native-textview": "1.1.0",
|
||||
"@standardnotes/react-native-utils": "1.0.1",
|
||||
"@standardnotes/sncrypto-common": "1.9.0",
|
||||
"@standardnotes/snjs": "^2.118.1",
|
||||
"@standardnotes/snjs": "^2.118.2",
|
||||
"@standardnotes/stylekit": "5.29.3",
|
||||
"@types/styled-components-react-native": "5.1.3",
|
||||
"js-base64": "^3.7.2",
|
||||
|
||||
Reference in New Issue
Block a user