Skip to content

Commit

Permalink
fix sroll issues
Browse files Browse the repository at this point in the history
  • Loading branch information
quanquan1 committed Oct 9, 2023
1 parent 1f21163 commit 5f5e297
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Dropdown.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React, { memo, useMemo } from 'react'
import { StyleSheet, FlatList, View, Keyboard } from 'react-native'
import { StyleSheet, View, Keyboard } from 'react-native'
import { FlatList } from 'react-native-gesture-handler'

export const Dropdown = memo(
({ dataSet, suggestionsListMaxHeight, renderItem, ListEmptyComponent, ...props }) => {
Expand Down

0 comments on commit 5f5e297

Please sign in to comment.