Skip to content

Instantly share code, notes, and snippets.

View Osama92's full-sized avatar
:octocat:
On The Moon Again

Atobiloye Usama Adedayo Osama92

:octocat:
On The Moon Again
View GitHub Profile
@Osama92
Osama92 / RNfontWeights.js
Created April 6, 2018 17:20 — 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
@Osama92
Osama92 / database.json
Created January 18, 2018 07:45 — forked from guidomb/database.json
Firebase database model example for a Twitter-like application
{
"users": {
"280598f1-e31e-4ced-845e-c8dd10e11ec3": {
"first_name": "Guido",
"last_name": "Marucci Blas",
"username": "guidomb",
"email": "guidomb@wolox.com.ar"
},
"280598f1-e31e-4ced-845e-c8dd10e11ad5": {