Saturday, 16 July 2022

React native - expo 45 - missing images android production

I'm not able to see some images in android production build, the image are correctly displayed instead in expo dev-client, here my code:

<TouchableOpacity style= onPress={() => this.setState({ displayInfo: !this.state.displayInfo })}>
  <Image source={require('./../../../../assets/icona_info.png')} resizeMode="contain" style= />
</TouchableOpacity>

It happen in expo sdk 45, with previous sdk all worked fine. Please help me to figure out how to solve this issue. Tnx



from React native - expo 45 - missing images android production

No comments:

Post a Comment