Mark

Results 4 comments of Mark

I'm assuming this is still an issue? Was thinking on using this for prod but if it's "false alarming" for a bunch of Android devices this might not work for...

> @mark-quinn were you able to do any workaround? I wasn't able to find a solution for Android. It's been so long since I opened this issue but I tried...

@arielkotch `npm install bcrypt@3 --save` fixed it for me. It could not find the bcrypt module during the initial dependency install.

@hossein-zare I have found an issue with Android too. I noticed the component has been updated [here](https://github.com/hossein-zare/react-native-dropdown-picker/blob/dev-5.x/src/components/Picker.js#L27) but in the `node_modules` the `Picker.js` file does not have the imports coming...