Skip to content

Commit e3df0fd

Browse files
authored
Merge pull request #335 from hossein-zare/dev-5.x
v5.1.19
2 parents 4d5b06c + 4c30baf commit e3df0fd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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-dropdown-picker",
3-
"version": "5.1.18",
3+
"version": "5.1.19",
44
"description": "A single / multiple, categorizable, customizable, localizable and searchable item picker (drop-down) component for react native which supports both Android & iOS.",
55
"keywords": [
66
"picker",

src/components/RenderListItem.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { LIST_MODE } from 'constants';
21
import React, {
32
useMemo,
43
useCallback,
@@ -14,6 +13,8 @@ import {
1413
TouchableOpacity as TouchableOpacityGestureHandler
1514
} from 'react-native-gesture-handler';
1615

16+
import { LIST_MODE } from '../constants';
17+
1718
function RenderListItem({
1819
rtl,
1920
item,

0 commit comments

Comments
 (0)