LeftBar/RightBar UI block error
See original GitHub issueGetting an exception error while having an Image component as a child, for both LeftBar and RightBar.

<LeftBar>
<Image source={{uri: "https://source.unsplash.com/-djRG1vB1pw/100x100"}} style={{...}} />
</LeftBar>
I tried using BarButton and works well, but displays a blue box instead of the actual image.
<LeftBar>
<BarButton image={{uri: "https://source.unsplash.com/-djRG1vB1pw/100x100"}} />
</LeftBar>

The TitleBar however, works as expected.
<TitleBar>
<Image
source={{uri: "https://source.unsplash.com/-djRG1vB1pw/100x100"}}
style={{...}}
/>
</TitleBar>

Issue Analytics
- State:
- Created 3 years ago
- Comments:24 (14 by maintainers)
Top Results From Across the Web
Exception thrown while executing UI block #1337 - GitHub
I run a managed Expo app, that after updating to SDK 37 produced this error. Had to revert from 11.0.1 to 9.13.3. Issue...
Read more >React Native: Exception thrown while executing UI block
Given that my experience is via a different component, this error probably means you're passing an undefined somewhere. I found the culprit by ......
Read more >simplex skin - Guerilla Green - guerillagreen
jQuery UI - v1.12.1 - 2018-05-16 * http://jqueryui.com * Includes: draggable.css, ... .ui-widget-header .ui-state-error { border: 1px solid #cd0a0a; ...
Read more >NAACL HLT 2010: Demonstrations - ACL Anthology
segment the page into large blocks based on its layout, including header, footer, left bar, right bar, main block, etc.
Read more >aura - error saving lightning component ui:block
So, apparently not all aura components are released yet to lightning, but they're documented and are part of the open source framework as ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ah that’s a shame, I should be able to make do with just a static image. Thanks for the quick replies 👍
@grahammendick Lovely! I’ll have a play around with it ASAP, cheers!