Skip to content

Commit 1fc7782

Browse files
committed
fix: implementation
1 parent 366516e commit 1fc7782

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/SampleApp/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ const DrawerNavigatorWrapper: React.FC<{
223223
<OverlayProvider value={{ style: streamChatTheme }} i18nInstance={streami18n}>
224224
<Chat
225225
client={chatClient}
226+
enableOfflineSupport
226227
// @ts-expect-error - the `ImageComponent` prop is generic, meaning we can expect an error
227228
ImageComponent={FastImage}
228229
isMessageAIGenerated={isMessageAIGenerated}

0 commit comments

Comments
 (0)