You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should consistently display the icon in the right position!
How to reproduce
You must provide a way to reproduce the problem. If you are having an issue with your machine or build tools, the issue belongs on another repository as that is outside of the scope of React Navigation.
Either re-create the bug on Snack or link to a GitHub repository with code that reproduces the bug.
Explain how to run the example app and any steps that we need to take to reproduce the issue from the example app.
Keep the repro code as simple as possible, with the minimum amount of code required to repro the issue.
Before reporting an issue, make sure you are on latest version of the package.
Your Environment
software
version
iOS or Android
iOS
@react-navigation/native
5.0.0-alpha.33
@react-navigation/native-stack
5.0.0-alpha.33
react-native-screens
2.0.0-alpha.34
react-native
0.61.5
expo
N/A
node
10.15.3
npm or yarn
yarn 1.7.0
The text was updated successfully, but these errors were encountered:
Moved from react-navigation/react-navigation#6746. Originally opened by @markmssd
Current Behavior
When trying to display an icon in the header, it sometimes appears in a weird position, and becomes unclickable.
It only happens ~1/10 times. It happens on the iOS simulator AND on a real device.
It happens whether I use an image from my
/assets
folder, or an Icon fromreact-native-vector-icons
.I've also tried "hydrating" the icon by requiring it early during app startup, but still.
Expected Behavior
It should consistently display the icon in the right position!
How to reproduce
Your Environment
The text was updated successfully, but these errors were encountered: