Simion Nacu
Simion Nacu
Same, react-native boilerplate not working neither iOS nor Android. I get an Ethereum image logo overlay and that is it.
Updated react-native in the boilerplate app.json to 0.63.4 and the app started
In my case, I found that using some combination of styles (padding, borderRadius) in combination with the transformation will generate this issues. Also if not setting scaleX: -1 in the...
@SelaO did you solve the issue?
Same here, just started using it for a day or two. I'm pretty sure color was the same as the other icons at the beginning Yesterday, I've restarted Mac Today...
I have the 'React/RCTBridge.h' file not found error. I tried everything I can find online. Including different paths for the Header Search Path. I tried changing "RCTImageLoader.h" to in DBAWebpImageDecoder.h,...
Hi @kira1928 , thanks for your reply! I was watching that PR, I changed the ReactNativeWebp.xcodeproj/project.pbxproj file as he did. No luck. Tried to install via npm directly from his...
OK, I figured out. I had to add "$(SRCROOT)/../../ios/Pods/Headers/Public" to the Header Search Paths instead of "$(SRCROOT)/../../../ios/Pods/Headers/Public". The xcode project of webp is one level higher than others.
Thx @kira1928 , yes I had that error box. Strangely that I did not get it on Mac/iOS, but I did get it on Windows/Android. It was a pain to...
@sgeier I am still at RN 0.5x. I don't think I will update to a newer version. Thanks for the heads up!