Skip to content

Commit

Permalink
Merge pull request #655 from pbeo28/patch-1
Browse files Browse the repository at this point in the history
Change TouchableWithoutFeedback import
  • Loading branch information
oliverloops authored Aug 28, 2024
2 parents dede5eb + f41173c commit d4386e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Pagination/Basic/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from "react";
import type { StyleProp, ViewStyle } from "react-native";
import type { StyleProp, ViewStyle, TouchableWithoutFeedback } from "react-native";
import { View } from "react-native";
import { TouchableWithoutFeedback } from "react-native-gesture-handler";
import type { SharedValue } from "react-native-reanimated";

import type { DotStyle } from "./PaginationItem";
Expand Down

0 comments on commit d4386e6

Please sign in to comment.