Localization and Country Selection

Hello.

Im looking for some guidance on localisation, assets and country selection.

Im have a requirement to localise a mobile application and there are a few things i cant wrap my head around it. One of the thing is how the assets like images localised in the application?

Application uses expo-localisation and i84n which is okay.

What i would need to know is how to make different assets to appear in the application in different countries ?

Is it really just a if else statement with requiring different images in the application or is there a proper way to do this ?

For a bit more context i also wrote my question here: expo - React-Native image localization - Stack Overflow

Thank you in advance.