-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
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
react-native-paper/src/components/Appbar/AppbarBackIcon.tsx
Lines 20 to 27 in 9162a1f
| <Image | |
| source={require('../../assets/back-chevron.png')} | |
| style={[ | |
| styles.icon, | |
| { tintColor: color, width: iosIconSize, height: iosIconSize }, | |
| ]} | |
| accessibilityIgnoresInvertColors | |
| /> |
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 |
rozhkovs