Skip to content

Commit 2efaefc

Browse files
committed
fix: update library import in sample app
1 parent e5c4821 commit 2efaefc

File tree

1 file changed

+1
-1
lines changed
  • examples/ReactNativeChatGPTSample

1 file changed

+1
-1
lines changed

examples/ReactNativeChatGPTSample/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ import {
6666
StreamTheme,
6767
AITypingIndicatorView,
6868
type ComposerViewProps,
69-
} from '@stream-io/ai-components-react-native';
69+
} from '@stream-io/chat-react-native-ai';
7070
import Animated, { FadeIn, FadeOut } from 'react-native-reanimated';
7171

7272
const Drawer = createDrawerNavigator();

0 commit comments

Comments
 (0)