TopNavigation leftControl does not display
See original GitHub issueIssue type
I’m submitting a … (check one with “x”)
- bug report
- feature request
Issue description
Current behavior:
The TopNavigation
component does not display its leftControl
component.
Expected behavior: To display it. Display the associated icon.
Steps to reproduce:
function createIcon(name) {
return props => <Icon {...props} name={name} />
}
<TopNavigation
leftControl={props => <TopNavigationAction {...props} icon={createIcon('arrow-back-outline')} />}
title={currentDirectory}
/>
Related code:
As you can see, the left arrow is not present.
Other information:
OS, device, package version
On iOS 13 simulator and react-native-web
Issue Analytics
- State:
- Created 4 years ago
- Comments:5
Top Results From Across the Web
How can I change the TopNavigationAction icon size
How can I change the TopNavigationAction icon size ... I'm trying to change the size of the icon for the TopNavigation leftControl.
Read more >[Best solution]-Twitter Bootstrap navigation working on desktop but ...
Best coding solution for query Twitter Bootstrap navigation working on desktop but not mobile.
Read more >KVM and Serial Access Clients Guide - Raritan
Press Left-Control and Num Lock simultaneously. The CIM setup menu will appear in the active window. 3. Set the language and mouse settings....
Read more >Changelog - OpenXava
Fix: Module does not start showing a browser error with a headless Java, ... Fix: Some links to incorrect lessons in the top...
Read more >Bug List - Bugs - Eclipse
This list is too long for Bugzilla's little mind; the Next/Prev/First/Last buttons won't appear on individual bugs. Hide Search Description.
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 FreeTop 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
Top GitHub Comments
A rebuild did the trick, still by looking at the picture I cannot help but think there is a bug somewhere. Must be emulator or server-related. I love your lib ❤️
MY BAD ! –>
leftControl
accepts a node not a component