Skip to content

Instantly share code, notes, and snippets.

View olamigokayphils's full-sized avatar

Olamigoke Philip A. olamigokayphils

View GitHub Profile
@olamigokayphils
olamigokayphils / howto
Created December 8, 2020 19:20 — forked from hilkeheremans/howto
Fonts in React Native for Android vs iOS
REACT NATIVE IOS vs ANDROID FONT USE
Tested for React Native 0.41+
IOS:
- Place the fonts in the assets and make sure they are bundled along
- On iOS, fontFamily in Text match the Font Family name as described in Font Book (macOS). Font weights can be specified exactly.
ANDROID:
On Android, there are two ways of using fonts: