Skip to content

Commit 88786bd

Browse files
committed
fix: enable audio recording in threads
1 parent d06fea2 commit 88786bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/SampleApp/src/screens/ThreadScreen.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { useCallback } from 'react';
2-
import { Platform, StyleSheet, View } from 'react-native';
2+
import { StyleSheet, View } from 'react-native';
33

44
import {
55
AlsoSentToChannelHeaderPressPayload,
@@ -149,7 +149,7 @@ export const ThreadScreen: React.FC<ThreadScreenProps> = ({
149149
return (
150150
<View style={[styles.container, { backgroundColor: white }]}>
151151
<Channel
152-
audioRecordingEnabled={false}
152+
audioRecordingEnabled={true}
153153
AttachmentPickerSelectionBar={CustomAttachmentPickerSelectionBar}
154154
channel={channel}
155155
enforceUniqueReaction

0 commit comments

Comments
 (0)