Skip to content

Commit

Permalink
fix for react-use
Browse files Browse the repository at this point in the history
  • Loading branch information
vyarmak committed Nov 22, 2021
1 parent b9dbc05 commit 3a45b82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-animated-pagination-dot",
"version": "0.3.0",
"version": "0.3.1",
"description": "test",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion src/component/Dot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
import React, { useEffect, useMemo, useState } from 'react';
import { Animated } from 'react-native';
import { usePrevious } from 'react-use';
import usePrevious from 'react-use/lib/usePrevious';
import EmptyDot from './EmptyDot';
import { getDotStyle } from '../util/DotUtils';

Expand Down

0 comments on commit 3a45b82

Please sign in to comment.