Dev Phan

Results 112 comments of Dev Phan

hi @valeriik , Please refer code example: ```js import React, { useRef, useState } from 'react'; import { StyleSheet, View, Button } from 'react-native'; import { Dropdown } from 'react-native-element-dropdown';...

hi @sagarkbluebenz , Please refer code example: ```js import React, { useState } from 'react'; import { StyleSheet, Text, View } from 'react-native'; import { Dropdown } from 'react-native-element-dropdown'; import...

hi @abhisekmallik , I'm working on it.

hi @abhisekmallik , This issue cannot reproduce. You can send Repo example.

hi @julekgwa , @lakhwinderdebut , Pease install later version 2.0.0. Use the "renderItem" props to customize the item.

hi @muazazhar , Please refer code example: ```js import React, { useRef, useState } from 'react'; import { StyleSheet, View, Button } from 'react-native'; import { Dropdown } from 'react-native-element-dropdown';...

Hi @nospipi , Are you using containerStyle it will override the css.

hi @nospipi , How can I reproduce this problem?

Try set maxHeight=200 to see if it changes anything.

@nospipi Great!, I changed flex:1 to flexShrink:1