Skip to content

Commit 0036882

Browse files
authored
Merge pull request #11 from troberts-28/patch-v1.2.3
Patch v1.2.3
2 parents cb69967 + 1401e97 commit 0036882

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"url": "https://github.com/troberts-28"
77
},
88
"license": "MIT",
9-
"version": "1.2.2",
9+
"version": "1.2.3",
1010
"main": "dist/index.js",
1111
"types": "dist/index.d.ts",
1212
"scripts": {

src/components/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export interface TimerPickerModalProps extends TimerPickerProps {
4949
containerProps?: React.ComponentProps<typeof View>;
5050
contentContainerProps?: React.ComponentProps<typeof View>;
5151
buttonContainerProps?: React.ComponentProps<typeof View>;
52-
buttonTouchableOpacityProps: React.ComponentProps<typeof TouchableOpacity>;
52+
buttonTouchableOpacityProps?: React.ComponentProps<typeof TouchableOpacity>;
5353
modalTitleProps?: React.ComponentProps<typeof Text>;
5454
styles?: CustomTimerPickerModalStyles;
5555
}

0 commit comments

Comments
 (0)