We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 366516e commit 1fc7782Copy full SHA for 1fc7782
examples/SampleApp/App.tsx
@@ -223,6 +223,7 @@ const DrawerNavigatorWrapper: React.FC<{
223
<OverlayProvider value={{ style: streamChatTheme }} i18nInstance={streami18n}>
224
<Chat
225
client={chatClient}
226
+ enableOfflineSupport
227
// @ts-expect-error - the `ImageComponent` prop is generic, meaning we can expect an error
228
ImageComponent={FastImage}
229
isMessageAIGenerated={isMessageAIGenerated}
0 commit comments