Open gurbela opened 1 year ago
:warning: | Missing Reproducible Example |
---|---|
:information_source: | We could not detect a reproducible example in your issue report. Please provide either:
|
:warning: | Newer Version of React Native is Available! |
---|---|
:information_source: | You are on a supported minor version, but it looks like there's a newer patch available - 0.71.12. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases. |
Thanks for the video @gurbela could you put the code in a Snack or a repo?
@cortinico thanks for your attention, here is a sample code: https://snack.expo.dev/b0glHl3BL
any news?
any news?
This looks like a bug. We're happy to review a PR to address it
@cortinico, Any updates on this, or any ideas how to fix this?
problem is when the user onPress on a keyboard to stop speech audio, text is immediately cleared.
there is console.log onChange func from react-native textInput, where they are get native.text in callback
LOG {"currentText": ""} LOG {"currentText": ""} LOG {"currentText": " 123"} LOG {"currentText": " 1234"} LOG {"currentText": " 12345"} LOG {"currentText": " 123456"} LOG {"currentText": " 1234567"} LOG {"currentText": " 12345678"} LOG {"currentText": " 12345678"} LOG {"currentText": " 12345678"} LOG {"currentText": " 123456789 "} LOG {"currentText": " "} LOG {"currentText": " "} LOG {"currentText": " 123456789"}
also we getting error <_UIKBFeedbackGenerator: 0x600002d4b000>: Couldn't update haptics muting for dictation audio recording. No engine.
In my opinion, the instance of the class is deleted before the audio recording itself is closed
The same issue. Any updates?
Any updates on this issue?
I still have this problem even with multiline=false
Description
When using
TextInput
with multiline=true, after using speech-to-text to input text, if you enterSpace
, The speech-to-text inputted text is deleting. This flow works well when we use a 1-lineTextInput
React Native Version
0.71.11
Output of
npx react-native info
Steps to reproduce
Snack, screenshot, or link to a repository
https://github.com/facebook/react-native/assets/19289032/7cb29d12-15ba-41de-8358-f7288c923f8b