fateh999 / react-native-paper-dropdown

Dropdown using react native paper TextInput and Menu
121 stars 72 forks source link

EventEmitter.removeListener('change', ...): Method has been deprecated #34

Open everestster opened 2 years ago

everestster commented 2 years ago

I'm getting the following warning. WARN EventEmitter.removeListener('change', ...): Method has been deprecated. Please instead use remove() on the subscription returned by EventEmitter.addListener.

"react-native": "^0.65.1", "react-native-paper": "^4.9.2", "react-native-paper-dropdown": "^1.0.7",

Dropdown doesn't expand react native's Modal too.

DiegoBM commented 2 years ago

Getting the same warning message

andrei0807 commented 2 years ago

Please fix this error asap

oguilbaud commented 2 years ago

I think that problem is in Menu componant of Paper