UNPKG

react-native-template-zygor

Version:

Template para projetos em React Native, com Estrutura de Pastas customizada, Estilos Globais, ESLint + Prettier + Babel Plugin Root Import, React Navigation, Reactotron e Axios configurados.

8 lines (5 loc) 169 B
import { StatusBar, Platform } from 'react-native'; StatusBar.setBarStyle('light-content'); if (Platform.OS === 'android') { StatusBar.setBackgroundColor('#111'); }