0.1.0 • Published 2 years ago

first-a-design-system v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

iota

This project was bootstrapped with Expo.

# install dependencies
yarn

# run the app
yarn start

Styling

We are using tailwind. Make sure you import our own custom tw (otherwise you won't be using the custom tailwind.config.js):

import tw from './tailwind'

// instead of
import tw from 'twrnc'

There are a few extensions that we recommend you install. If you don't see a prompt asking you to install them, please check the .vscode/extensions.json file for the detailed list. This will help us keep the codebase consistent.