Skip to main content

Intro

Nonce design is an UI library for building user interfaces on react-native. It's written in pure typescript.

Install

yarn add nonce-design

Or

npm i nonce-design

For Expo user

This library depends on react-native-svg, use expo install react-native-svg to make sure you're using a right version.

Usage

<Layout themeColor="light" theme={customTheme}>
// Your content here or navigation here
</Layout>

Expo Example