We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49938db commit 6ba42d7Copy full SHA for 6ba42d7
1 file changed
lib/index.d.ts
@@ -8,6 +8,8 @@ declare module 'react-native-switch-pro' {
8
disabled?: boolean;
9
circleColorActive?: string;
10
circleColorInactive?: string;
11
+ backgroundActive?: string;
12
+ backgroundInactive?: string;
13
onAsyncPress?: (cb: (result: boolean) => void) => void;
14
onSyncPress?: (value: boolean) => void;
15
style?: StyleProp<ViewStyle>;
0 commit comments