We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d06fea2 commit 88786bdCopy full SHA for 88786bd
examples/SampleApp/src/screens/ThreadScreen.tsx
@@ -1,5 +1,5 @@
1
import React, { useCallback } from 'react';
2
-import { Platform, StyleSheet, View } from 'react-native';
+import { StyleSheet, View } from 'react-native';
3
4
import {
5
AlsoSentToChannelHeaderPressPayload,
@@ -149,7 +149,7 @@ export const ThreadScreen: React.FC<ThreadScreenProps> = ({
149
return (
150
<View style={[styles.container, { backgroundColor: white }]}>
151
<Channel
152
- audioRecordingEnabled={false}
+ audioRecordingEnabled={true}
153
AttachmentPickerSelectionBar={CustomAttachmentPickerSelectionBar}
154
channel={channel}
155
enforceUniqueReaction
0 commit comments