Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 797 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 797 Bytes

@berty/ui-components

React Native UI components à la carte, by Berty

Installation

npm install @berty/ui-components

Usage

import { Button, DefaultTheme, Text, ThemeProvider } from '@berty/ui-components'

// ...

<ThemeProvider theme={theme}>
    <Button onPress={() => console.log('Button pressed')}>Press me</Button>
    <Text>Some text</Text>
</ThemeProvider>

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

Figma

Figma for Gnokey Template

License

MIT


Made with create-react-native-library