RedPandaTronics
RedPandaTronics
Have a look at this: http://abduzeedo.com/ios7-frosted-glass-effect-html-5-and-javascript
Changing the contents of `node_modules/react-native-unimodules/node_modules/expo-image-loader/ios/EXImageLoader/EXImageLoader.m` to ``` // Copyright 2019-present 650 Industries. All rights reserved. #import #if __has_include() #import #import #import #else #import "RCTBridgeModule.h" #import "RCTImageLoader.h" #import "RCTImageURLLoader.h" #endif @interface...
At runtime, images seem to load fine, but `ImageBackground` from `react-native` no longer works.
I've also tried what is suggested in this comment from a similar issue: https://github.com/unimodules/react-native-unimodules/issues/97#issuecomment-584062628 to make the contents of `EXImageLoader.m`: ``` // Copyright 2019-present 650 Industries. All rights reserved. #import...
@chrisbobbe I was using `0.7.1` before and RN `0.61.5` and was using CocoaPods in the project from the beginning. With RN `0.62.x` this issue no longer exists for me.
My bad, it doesn't work out-of-the-box, I actually have to do the workaround from this comment https://github.com/unimodules/react-native-unimodules/issues/125#issuecomment-603841464 but then at least it works, i.e. ImageBackground also working.
Hi, I've been very busy the last few weeks, but I still maintain this repo when issues are reported. I haven't gotten around to write any tests yet and still...
Hi, thanks for your feedback. At the moment this is not possible. Shouldn't be hard to add that feature however, just a few lines of code.. Which charts in particular...
Hi, thanks for your comment and apologies for replying so late. Because the charts are shown on mobile displays with little space, I thought it is best to not use...
I thought about this a bit more. Do you want labels for points, such as  or more like a legend: ?