React-native-fast-image: iPhone X can not show local image

Created on 9 Oct 2018  路  4Comments  路  Source: DylanVann/react-native-fast-image

how to fixed it?

Most helpful comment

I don't know why but FastImage suddenly can't display any local image on both Android and iOS. For now I have to use React Native Image instead.

All 4 comments

I don't know why but FastImage suddenly can't display any local image on both Android and iOS. For now I have to use React Native Image instead.

Yeah. I also have a ploblem using localImage

Hi there,

I think you might have issue with styling around this. In some cases FastImage was not a drop in replacement for me.

You can check this by trying to add { height: '100%', width: '100%' } inside the style object of the image that isn't showing up.

If it shows after adding max height i width, then think about how you can restyle your image or the image container.

Not enough info here, local images seem to be working on latest.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

StiffFy picture StiffFy  路  3Comments

clay-morgan picture clay-morgan  路  3Comments

banphlet picture banphlet  路  3Comments

Aligertor picture Aligertor  路  3Comments

baba43 picture baba43  路  3Comments