selvamk-js / sharingan-rn-modal-dropdown

A simple and customizable react-native dropdown created using react-native-modal and react-native-paper.
MIT License
85 stars 28 forks source link

updating the react-native-modal in package.json #52

Open Maribhuvan opened 1 year ago

Maribhuvan commented 1 year ago

I'm facing this issue while using dropdown in Stack navigation modal screen while close it throw below error .

TypeError: undefined is not a function This error is located at: in ReactNativeModal (created by Dropdown) in RCTView (created by View)

so i updating the react-native-modal version to latest

mmaass commented 1 year ago

I wonder: shouldn't it suffice to use the updated version in the package.json of your app?

rosnk commented 9 months ago

@mmaass It was was not sufficient just updating the version. App does work but still throws the error. So can we have this merged please.