Skip to content

Heverson/react-native-heverex-ui

Repository files navigation

React Native Heverex UI

This is a (POC) Proof of Concept for create React Native Component Library.

Installation

npm install react-native-heverex-ui
or
yarn add react-native-heverex-ui

Usage

import {View, Alert} from 'react-native';

import { 
    Button, 
    ButtonTap, 
    ButtonText
} from 'react-native-heverex-ui';


// ...
<View>
    <Button onPress={() => Alert.alert('👋≧◉ᴥ◉≦ Welcome UI Kit Heverex')}>
        Your Button 👋≧◉ᴥ◉≦
    </Button>
</View>

Contributing

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

License

MIT

About

UI Kit React Native

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published