We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbcfcd6 commit ba7ce1eCopy full SHA for ba7ce1e
2 files changed
lib/RNBounceable.tsx
@@ -5,9 +5,10 @@ import {
5
Animated,
6
ViewStyle,
7
TouchableWithoutFeedback,
8
+ TouchableWithoutFeedbackProps,
9
} from "react-native";
10
-export interface IProps {
11
+export interface IProps extends TouchableWithoutFeedbackProps {
12
onPress?: () => void;
13
bounceEffect?: number;
14
bounceFriction?: number;
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@freakycoder/react-native-bounceable",
3
- "version": "0.2.1",
+ "version": "0.2.2",
4
"description": "Animate and bounce any component with RNBounceable for React Native",
"main": "./build/dist/RNBounceable.js",
"repository": "git@github.com:WrathChaos/react-native-bounceable.git",
0 commit comments