Skip to content

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

@theBGuy

Description

@theBGuy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions