We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c5b10 commit 679bbebCopy full SHA for 679bbeb
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-really-awesome-button",
3
- "version": "2.0.1",
+ "version": "2.0.2",
4
"description": "React Native Button UI component that renders an 60fps animated set of progress enabled 3D performant buttons.",
5
"main": "lib/commonjs/index",
6
"module": "lib/module/index",
src/Button.tsx
@@ -79,7 +79,6 @@ export type ButtonTypes = {
79
textColor?: string;
80
textLineHeight?: number;
81
textSize?: number;
82
- textFamily?: string;
83
width?: number | null;
84
children?: string | ReactNode;
85
onPress?: (callback?: () => void) => void;
0 commit comments