React Native UI components à la carte, by Berty
npm install @berty/ui-components
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>
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library