Eduardo Hernández

Results 8 comments of Eduardo Hernández

> fix : react-native.config.js > > ```js > const path = require('path'); > module.exports = { > dependencies: { > 'react-native-blob-util': { > platforms: { > android: { > sourceDir:...

**SOLVED** > password: true > secureTextEntry: true

I also went through the same thing, the component doesn't render to the parent like a does. I recommend another similar package, updated with on hooks

> I'm sorry, I found the solution but it's in native language (Java), since I'm not good at that language I haven't been able to adapt it in React Native,...

> @EHRdev thanks for the SO link, here's a patch that incorporates it: https://gist.github.com/computerjazz/a2214c50b36cbb81f4a64e3405e9b60d woooow bro, thank you very much, this is really great, thanks for sharing, I would never...

> as of android SDK 31 you now also need to request `READ_PHONE_STATE` permission or else this will silently fail/noop. See the end of the linked SO post: https://stackoverflow.com/a/71789261 >...

> I have just encountered this problem today, I used the patch suggested and it worked. However, I wonder why this patch was never applied and a version 1.10.0 was...