Skip to content

Commit 679bbeb

Browse files
committed
fix: removed unused ffvar
1 parent 29c5b10 commit 679bbeb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-really-awesome-button",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "React Native Button UI component that renders an 60fps animated set of progress enabled 3D performant buttons.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

src/Button.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ export type ButtonTypes = {
7979
textColor?: string;
8080
textLineHeight?: number;
8181
textSize?: number;
82-
textFamily?: string;
8382
width?: number | null;
8483
children?: string | ReactNode;
8584
onPress?: (callback?: () => void) => void;

0 commit comments

Comments
 (0)