Skip to content

Commit

Permalink
Merge pull request #153 from farhoudshapouran/v3
Browse files Browse the repository at this point in the history
V3
  • Loading branch information
farhoudshapouran authored Feb 18, 2025
2 parents 909b82a + f48e16c commit fb18bfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions src/components/header/time-button.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react';
import dayjs from 'dayjs';
import { useMemo } from 'react';
import { Pressable, Text, View } from 'react-native';
Expand Down

0 comments on commit fb18bfb

Please sign in to comment.