nadav
nadav
Same issue as well. I had to fork and do it myself until the mainstream library implements it
Same here, with RN 0.63.3
I had a similar issue, the problem was that the podspec on the 'develop' branch apparently did not install correctly the DBChromeManager.h/c that is located in the ios/ folder. I've...
It happens because getDerivedStateFromProps prevents it from updating. I opened a pull request to address this issue. https://github.com/n4kz/react-native-material-textfield/pull/278
Still happening, even when using 'stretch' as suggested. RN 0.63.3 & RNFastImage 8.3.2
Figured a different solution, looks like the combination of justifyContent: flex-end and margin: 0 causes this behaviour. Try replacing margin:0 with marginHorizontal: 0, marginTop: 0, and I suspect it will...
Same happens for me with FastImage - I get the image loaded, but I can still see the indicator rendered on top of it. @oblador any insights?
Getting something similar: `{"nativeStackAndroid":[],"userInfo":null,"message":"**PathToFile**": open failed: EACCES (Permission denied)","code":"E_NO_IMAGE_DATA_FOUND"}` Getting this after I picked the image from the gallery using this lib. Another note - I'm not sure but it...