We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 459ebdc commit 455cfceCopy full SHA for 455cfce
src/components/Picker.tsx
@@ -28,7 +28,7 @@ export const Picker = <T,>({
28
searchable = false,
29
loading = false,
30
label,
31
- height = Dimensions.get('window').height * 0.5,
+ height = Math.floor(Dimensions.get('window').height * 0.5),
32
closeText = 'Close',
33
placeholderText = 'Search',
34
noDataFoundText = 'No Data Found.',
0 commit comments