Filip Engberg
Filip Engberg
I'm looking for something similar. My app is downloading images and saving them in the `Library/Application Support` folder. I would like to be able to use these images with NUI...
@CodyJasonBennett just wanted to ask if there is an issue / pr in react native core that I can check that tracks whats needed in core for supporting embedded textures...
Thanks for looking in to it! Since I needed to fix this for my current project I went and added a filter so that it's possible to change the url...
Sure! In my JASidePanelController subclass I have added the following properties `@property (nonatomic, retain) UIView *statusbarBackgroundView;` `@property (nonatomic, assign) BOOL shouldFadeStatusBarBackground;` in `viewDidLoad` I check for iOS7 and if it...
I also get the same issue. I think its a great idea to create a PR with your fix!
Thats great! I updated this PR to only contain the stretchable header example using the prop you added. The reason I never got to finishing my PR was I encountered...
@andreialecu You're absolutely right, it does work when I test it in another app. Thats weird, but thanks a lot for pointing that out! Feel free to merge this PR...
+1 for an items option
That's weird, I can't seem to reproduce the black flicker issue. Setting the color to clearColor should mean that the only backgroundColor that is shown is the color of ReaderViewController...