Skip to content

Instantly share code, notes, and snippets.

View NanyThery's full-sized avatar
:octocat:

Nany Thery NanyThery

:octocat:
View GitHub Profile
@brenes
brenes / README.md
Last active July 10, 2024 13:50
CSV de paises, con nombre en castellano, ingles, codigo ISO y prefijo telefónico del país
@jrapala
jrapala / normalize.ts
Last active July 6, 2023 12:26
Normalize React Native font sizes
// How to use:
//
// StyleSheet or inline styles:
// fontSize: normalize(15),
//
// styled-components:
// font-size: ${normalize(15) + "px"};
import { Dimensions, Platform, PixelRatio } from "react-native"