Skip to content

Instantly share code, notes, and snippets.

View olegdater's full-sized avatar
💭
Busy with Humanornot.so

@HumanCEO olegdater

💭
Busy with Humanornot.so
View GitHub Profile
@olegdater
olegdater / RNfontWeights.js
Created April 9, 2018 07:15 — forked from knowbody/RNfontWeights.js
React Native Font Weight Cheatsheet iOS
{ fontWeight: '100' }, // Thin
{ fontWeight: '200' }, // Ultra Light
{ fontWeight: '300' }, // Light
{ fontWeight: '400' }, // Regular
{ fontWeight: '500' }, // Medium
{ fontWeight: '600' }, // Semibold
{ fontWeight: '700' }, // Bold
{ fontWeight: '800' }, // Heavy
{ fontWeight: '900' }, // Black