Brandon Him

Results 93 comments of Brandon Him

@dazziola Ahh my apologies, I meant to put "local" images -- just corrected it. But yes, remote images will work. Let me know if you are having issues with getting...

@dazziola What version of RN and React are you running?

@dazziola Hmm I just ran a fresh install of the example, no issues currently. Are your images HTTPS or HTTP? If you are on IOS, by default IOS causes non-secure...

@dazziola Absolutely! Please let me know what the issue was, maybe we can clear up or improve the readme 👍 .

Still currently trying to resolve this issue without the need to require a local image prop or something like that. Ideally I want the users to be able to set...

@fxfactorial Would work, but then local images wouldn't be able to leverage other properties such as `onPress, renderHeader, renderFooter`.

@fxfactorial I'm assuming you are referring to users passing in react elements like `bricks = [, ]`?

Ahh what other way are you referring to?

OHH yeah that should work, I'm not sure why I was having issues before.

@fxfactorial Interesting yeah you could overload the Image component with any desired image component. Well without images, it's rather straightforward to achieve the sme effect: `flex: row, justifyContent: space-between`. So...