Skip to content

Instantly share code, notes, and snippets.

@muzafferkoluman
Created April 10, 2018 06:57
Show Gist options
  • Save muzafferkoluman/d70dc929650d8bf1e97f9aa138570a5a to your computer and use it in GitHub Desktop.
Save muzafferkoluman/d70dc929650d8bf1e97f9aa138570a5a to your computer and use it in GitHub Desktop.
Hem android hemde ios için yapılan css ayarları
import { Platform } from 'react-native';
const navbarOffset = Platform.OS === 'ios' ? 20 : 0;
const navbarBaseHeight = Platform.OS === 'ios' ? 44 : 30;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment