Skip to content

Commit

Permalink
chore(0.2.10): new version
Browse files Browse the repository at this point in the history
  • Loading branch information
vokhuyetOz committed Sep 5, 2024
1 parent 30f1797 commit c1abe3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Messy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import React from 'react';
import { FlatList, View } from 'react-native';
import type { TMessyMessage, TMessyProps } from './types';
import { BottomSheetFlatList } from '@discord/bottom-sheet';
import { BottomSheetFlatList } from '@gorhom/bottom-sheet';

import { MessyLoading } from './MessyLoading';

Expand Down
2 changes: 1 addition & 1 deletion src/modules/useMessyListRef.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import { FlatList } from 'react-native';
import { BottomSheetFlatListMethods } from '@discord/bottom-sheet';
import { BottomSheetFlatListMethods } from '@gorhom/bottom-sheet';

const listRef = React.createRef<FlatList | BottomSheetFlatListMethods>();

Expand Down

0 comments on commit c1abe3c

Please sign in to comment.