/react-native-heverex-ui

UI Kit React Native

Primary LanguageJavaMIT LicenseMIT

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