Can I use different fonts for each language in React Native?

870 Views Asked by At

I'm using React Native to create a Korean app.

I want to use different fonts such as Korean and English. For example, 헬로우 World In this case, Is there a way to use different fonts?

I'd appreciate it if someone could tell me how.

1

There are 1 best solutions below

1
On

You can change the font-family of the app for different languages.

Based on the user's selected language, change the font-family to something specific. You can store the font family in a centralized store like Redux.