UNPKG

react-native-nativebase-bottom-tabs-template

Version:

Startup template with react native and native base with Bottom Tabs configured to begin with.

18 lines (13 loc) 359 B
import { extendTheme } from 'native-base'; const config = { useSystemColorMode: false, initialColorMode: "dark", }; // extend the theme const theme = extendTheme({ config }); type MyThemeType = typeof theme; declare module "native-base" { interface ICustomTheme extends MyThemeType {} } export default theme; // export const activeBackgroun