sohobloo / react-native-modal-dropdown

A react-native dropdown/picker/selector component for both Android & iOS.
MIT License
1.19k stars 478 forks source link

Fix support React Native 0.62 (fix is bump version deprecated-react-native-listview) #244

Open irekrog opened 4 years ago

irekrog commented 4 years ago

The reason of bump version dependency package deprecated-react-native-listview to 0.0.6 is react-native@0.62 doesn't work with deprecated-react-native-listview@0.0.5 package.

kesha-antonov commented 4 years ago

@sohobloo Can you please take a look?

siddharth-prajapati commented 4 years ago

Thank you @irekrog

ghsdh3409 commented 4 years ago

@sohobloo Could you merge this PR and release on npm? This is a simple but important change.