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.
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.
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.