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 1b159d9 commit 25815d5Copy full SHA for 25815d5
package/src/components/Chat/hooks/useAppSettings.ts
@@ -1,7 +1,8 @@
1
import { useEffect, useRef, useState } from 'react';
2
3
import type { AppSettingsAPIResponse, StreamChat } from 'stream-chat';
4
-import type { DefaultStreamChatGenerics } from 'stream-chat-react-native';
+
5
+import type { DefaultStreamChatGenerics } from '../../../types/types';
6
7
export const useAppSettings = <
8
StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics,
package/tsconfig.json
@@ -1,9 +1,6 @@
{
"compilerOptions": {
"baseUrl": "./",
- "paths": {
- "stream-chat-react-native": ["./src/index"]
- },
"allowUnreachableCode": false,
"allowUnusedLabels": false,
9
"esModuleInterop": true,
0 commit comments