fateh999 / react-native-paper-dropdown

Dropdown using react native paper TextInput and Menu
MIT License
132 stars 73 forks source link

fix: apply dropDownStyle to RN paper Menu #89

Closed morimorig3 closed 2 months ago

morimorig3 commented 1 year ago

bug Fix

for #61

description

DropDown.tsx pass dropDownStyles prop to RN Paper Menu style prop. But, RN Paper Menu want to receive style prop by contentStyle prop.

So, DropDown.tsx should pass dropDownStyles to RN Paper Menu contentStyle prop.

React native paper Menu Component Document

Thank you.