Skip to content

Commit f090cf0

Browse files
Merge pull request checkout#21 from doshaq/patch-1
2 parents 5b20ec8 + 2f15ebb commit f090cf0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/types/types.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import {
55
StyleProp,
66
TouchableOpacityProps,
77
TextProps,
8+
TextStyle
89
} from "react-native";
910

1011
export interface Schemes {
@@ -195,5 +196,5 @@ export interface CardBinChangedEvent {
195196

196197
export interface SubmitButtonProps extends TouchableOpacityProps {
197198
title: string;
198-
textStyle?: TextProps;
199+
textStyle?: TextStyle;
199200
}

0 commit comments

Comments
 (0)