Skip to content

Commit

Permalink
rename wait helper to helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammedKpln committed Mar 26, 2022
1 parent e74d69b commit 0d7d7aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/List.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import {
} from './types/Chatty.types';
import { ChatBubbleEmitter } from './utils/eventEmitter';
import { hapticEngine } from './utils/hapticEngine';
import { wait } from './utils/wait';
import { wait } from './utils/helpers';

const ScrollViewWithHeader = React.forwardRef(
({ children, ...props }, ref: Ref<ScrollView>) => {
Expand Down
File renamed without changes.

0 comments on commit 0d7d7aa

Please sign in to comment.