Skip to content

berty/ui-components

Repository files navigation

@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

About

Reusable UI Components

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published