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 9b7b9ec commit b55d624Copy full SHA for b55d624
sample/src/App.tsx
@@ -2,7 +2,7 @@ import { DarkTheme, DefaultTheme, NavigationContainer } from '@react-navigation/
2
import React, { useEffect } from 'react';
3
4
import { SendbirdUIKitContainer } from '@sendbird/uikit-react-native';
5
-import { useSendbirdChat } from '@sendbird/uikit-react-native-core/src/contexts/SendbirdChat';
+import { useSendbirdChat } from '@sendbird/uikit-react-native-core';
6
import { DarkUIKitTheme, LightUIKitTheme } from '@sendbird/uikit-react-native-foundation';
7
8
import {
0 commit comments