We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f60036 commit e580f43Copy full SHA for e580f43
src/index.d.ts
@@ -66,7 +66,9 @@ export interface ReactNativeInputSpinnerProps {
66
buttonPressLeftImage?: React.ReactElement;
67
buttonPressRightImage?: React.ReactElement;
68
buttonStyle?: StyleProp<ViewStyle>;
69
+ buttonTextStyle?: StyleProp<ViewStyle>;
70
buttonPressStyle?: StyleProp<ViewStyle>;
71
+ buttonPressTextStyle?: StyleProp<ViewStyle>;
72
inputStyle?: StyleProp<ViewStyle>;
73
style?: StyleProp<ViewStyle>;
74
append?: React.ReactElement;
0 commit comments