How to use the @eva-design/eva.light function in @eva-design/eva

To help you get started, we’ve selected a few @eva-design/eva examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github berty / berty / tool / tyber / js / app / App.tsx View on Github external
constructor(props: any) {
		super(props);

		this.state = {
			theme: this.themeMediaQuery.matches ? eva.dark : eva.light,
			window: Dimensions.get("window"),
			selected: null,
		};
	}

@eva-design/eva

Eva Design System

MIT
Latest version published 1 year ago

Package Health Score

54 / 100
Full package analysis

Popular @eva-design/eva functions

Similar packages