Skip to content

Instantly share code, notes, and snippets.

View ryanwhitney's full-sized avatar

Ryan Whitney ryanwhitney

View GitHub Profile
@curran
curran / .block
Last active November 9, 2023 23:37
CodeMirror 6 Example
license: mit
@hilkeheremans
hilkeheremans / howto
Last active December 8, 2020 19:20
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: