diff --git a/package.json b/package.json index 3cc6f92..ec5478b 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/components/index.tsx b/src/components/index.tsx index b92c19d..dff6e91 100644 --- a/src/components/index.tsx +++ b/src/components/index.tsx @@ -49,7 +49,7 @@ export interface TimerPickerModalProps extends TimerPickerProps { containerProps?: React.ComponentProps; contentContainerProps?: React.ComponentProps; buttonContainerProps?: React.ComponentProps; - buttonTouchableOpacityProps: React.ComponentProps; + buttonTouchableOpacityProps?: React.ComponentProps; modalTitleProps?: React.ComponentProps; styles?: CustomTimerPickerModalStyles; }