diff --git a/package.json b/package.json index fc9273b..12eb747 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-ui-datepicker", - "version": "3.0.1", + "version": "3.0.2", "description": "Customizable date picker for React Native", "main": "lib/commonjs/index", "module": "lib/module/index", diff --git a/src/components/header/time-button.tsx b/src/components/header/time-button.tsx index 891e543..9531123 100644 --- a/src/components/header/time-button.tsx +++ b/src/components/header/time-button.tsx @@ -1,3 +1,4 @@ +import React from 'react'; import dayjs from 'dayjs'; import { useMemo } from 'react'; import { Pressable, Text, View } from 'react-native';