@dasa-health/components
v1.1.0
Published
`yarn add style-components @dasa-health/components`
Downloads
350
Keywords
Readme
@dasa-health/components
A series of react native components for mobile applications.
How use
yarn add style-components @dasa-health/components
At your App.js add you theme:
import { ThemeProvider } from 'styled-components/native'
...
<ThemeProvider theme={theme}>
...
</ThemeProvider>
How publish
At project root:
Set your npm token
yarn workspace @dasa-health/components publish --access=public --non-interactive