react-native-dropdown-picker
react-native-dropdown-picker copied to clipboard
Not select item in dropdown picker
containerStyle={{
height: 40,
width: wp(85),
marginHorizontal: 20,
borderRadius: 10,
borderWidth: 0,
**backgroundColor:
Platform.OS === "ios" && Colors.inputFieldBackgroundColor,
}}**
the issue is with backgroundColor property in android i just give null to it and works fine
Thanks
On Fri 2 Jul, 2021, 12:46 AM nadeem36212, @.***> wrote:
containerStyle={{ height: 40, width: wp(85), marginHorizontal: 20, borderRadius: 10, borderWidth: 0, **backgroundColor: Platform.OS === "ios" && Colors.inputFieldBackgroundColor, }}**the issue is with backgroundColor property in android i just give null to it and works fine
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/hossein-zare/react-native-dropdown-picker/issues/368#issuecomment-872489704, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKHATZUO3TE5FDYQIN74CNTTVS5JVANCNFSM47UYF5QQ .
@nadeem36212 not working for me
+1
@dongdyang it's rude to just +1 things in open source repos, it generates notifications that are the equivalent of spam, while adding nothing to advance an issue or PR. Please post a PR if you can solve something, otherwise just put a thumbs up reaction on the issue, thank you