Skip to content

Commit 9a00042

Browse files
fix: property 'React' doesn't exist error
Fixes #180 Fixes #181
1 parent 64c0956 commit 9a00042

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
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-ui-datepicker",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Customizable date picker for React Native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

src/components/time-picker/period-native.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { memo } from 'react';
1+
import React, { memo } from 'react';
22
import WheelPicker from './wheel-picker';
33
import { ClassNames, PickerOption, Styles } from '../../types';
44
import { isEqual } from 'lodash';

0 commit comments

Comments
 (0)