Skip to content

Commit

Permalink
Merge pull request #11 from troberts-28/patch-v1.2.3
Browse files Browse the repository at this point in the history
Patch v1.2.3
  • Loading branch information
troberts-28 authored Aug 23, 2023
2 parents cb69967 + 1401e97 commit 0036882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://github.com/troberts-28"
},
"license": "MIT",
"version": "1.2.2",
"version": "1.2.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export interface TimerPickerModalProps extends TimerPickerProps {
containerProps?: React.ComponentProps<typeof View>;
contentContainerProps?: React.ComponentProps<typeof View>;
buttonContainerProps?: React.ComponentProps<typeof View>;
buttonTouchableOpacityProps: React.ComponentProps<typeof TouchableOpacity>;
buttonTouchableOpacityProps?: React.ComponentProps<typeof TouchableOpacity>;
modalTitleProps?: React.ComponentProps<typeof Text>;
styles?: CustomTimerPickerModalStyles;
}
Expand Down

0 comments on commit 0036882

Please sign in to comment.