fateh999 / react-native-paper-dropdown

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

uncompiled dist #28

Closed conor909 closed 3 years ago

conor909 commented 3 years ago

I think because the dropdown uses optional chaining syntax in the DropDown.js file it breaks without adding the library to a babel rule to compile it

conor909 commented 3 years ago

Actually this issue was the reason it wasnt working for me on web https://github.com/fateh999/react-native-paper-dropdown/issues/29

behrouz-s commented 1 month ago

How did you solve the issue?