fateh999 / react-native-paper-dropdown

Dropdown using react native paper TextInput and Menu
MIT License
130 stars 74 forks source link

Background shadow issue on click #21

Closed Parth15Ordex closed 1 month ago

Parth15Ordex commented 3 years ago

When we click on dropdown, there is a background shadow effect appears. Is there any way to remove it?

Reference Image :

Screenshot 2021-07-09 at 10 58 17 AM

fateh999 commented 3 years ago

@Parth15Ordex can you provide which react-native-version are you on?

Parth15Ordex commented 3 years ago

@fateh999 It's 0.64.0

fateh999 commented 3 years ago

Ok will test with that version and let you know.

launcherx commented 3 years ago

I have the same problem in iOS simulator (not tested on android)

Issue is with TouchableRipple for some reason it's not working and going to fallback mode if not supported (Based on react-native-paper TouchableRipple documentation).

Is it possible to add prop which allow to replace TouchableRipple with TouchableOpacity?

MadhavNasit commented 2 years ago

@fateh999, Facing same issue, It can be solved by passing props into touchableRipple into current package, we can change color of TouchableRipple to 'transparent'.