Skip to content

Commit 5d28987

Browse files
fix: remove redundant text from speech-to-text example app (#141)
… in Text component There was an unnecessary Text zRXW within View in this file. That was causing the error like Text should be rendered within the Text Component. ## Description <!-- Provide a concise and descriptive summary of the changes implemented in this PR. --> ### Type of change - [ ] Bug fix (non-breaking change which fixes an issue) ### Tested on - [ ] iOS - [ ] Android ### Checklist - [ ] I have performed a self-review of my code ### Additional notes <!-- Include any additional information, assumptions, or context that reviewers might need to understand this PR. -->
1 parent 2388ef6 commit 5d28987

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

examples/speech-to-text/screens/SpeechToTextScreen.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ export const SpeechToTextScreen = () => {
162162
isRecording && styles.borderRed,
163163
]}
164164
>
165-
zRXW
166165
<TouchableOpacity
167166
disabled={recordingButtonDisabled || isGenerating}
168167
style={[

0 commit comments

Comments
 (0)