Skip to content

Commit

Permalink
Merge pull request #335 from hossein-zare/dev-5.x
Browse files Browse the repository at this point in the history
v5.1.19
  • Loading branch information
hossein-zare authored May 25, 2021
2 parents 4d5b06c + 4c30baf commit e3df0fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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-dropdown-picker",
"version": "5.1.18",
"version": "5.1.19",
"description": "A single / multiple, categorizable, customizable, localizable and searchable item picker (drop-down) component for react native which supports both Android & iOS.",
"keywords": [
"picker",
Expand Down
3 changes: 2 additions & 1 deletion src/components/RenderListItem.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { LIST_MODE } from 'constants';
import React, {
useMemo,
useCallback,
Expand All @@ -14,6 +13,8 @@ import {
TouchableOpacity as TouchableOpacityGestureHandler
} from 'react-native-gesture-handler';

import { LIST_MODE } from '../constants';

function RenderListItem({
rtl,
item,
Expand Down

0 comments on commit e3df0fd

Please sign in to comment.