Skip to content

Instantly share code, notes, and snippets.

View mknmohit's full-sized avatar
🪲
¯\_(ツ)_/¯

Mohit Kumar mknmohit

🪲
¯\_(ツ)_/¯
View GitHub Profile
// Forked from https://gist.github.com/grabbou/72767db51f97fe86cfea
// 1. Queries for width, min-width, height & min-height
const a = StyleSheet.create({
container: {
fontSize: 16,
},
'@media (min-width: 500px) and (min-height: 600px)': {
container: {
fontSize: 10,
},