Skip to content

Appbar.BackAction icon not showing on physcial ios device #4548

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
theBGuy opened this issue Nov 11, 2024 · 3 comments
Closed

Appbar.BackAction icon not showing on physcial ios device #4548

theBGuy opened this issue Nov 11, 2024 · 3 comments

Comments

@theBGuy
Copy link

theBGuy commented Nov 11, 2024

Current behaviour

The back-chevron.png from AppbarBackIcon.tsx Image element isn't showing on my testflight build. The image shows up on the simulator however and on my android device. Also want to note that the button itself still works. Just no image is being rendered. as shown in the attached image

Expected behaviour

I expect the image to render.

How to reproduce?

I'll have to come back to this, as it only affects the actual on device builds.

Preview

What have you tried so far?

Not sure what to try. I know where in the code the problem is

<Image
source={require('../../assets/back-chevron.png')}
style={[
styles.icon,
{ tintColor: color, width: iosIconSize, height: iosIconSize },
]}
accessibilityIgnoresInvertColors
/>
but as for what would be causing it to not render I don't know?

Your Environment

software version
ios 17.6.1
react-native 0.75.4
react-native-paper ^5.12.5
node 20.16.0
npm or yarn yarn
expo sdk ~51.0.37
@theBGuy theBGuy added the bug label Nov 11, 2024
@theBGuy
Copy link
Author

theBGuy commented Nov 11, 2024

image

@BogiKay
Copy link
Contributor

BogiKay commented Dec 10, 2024

Thanks for reporting the issue. I believe it's fixed by #4477, so next release should fix it.

@lukewalczak
Copy link
Member

Closing issue according to the comment above. Feel free to reopen it and comment if the issue still exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants