0.11.1 • Published 3 months ago

@ga-innoval/react-native-ui v0.11.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@ga-innoval/react-native-ui

CI Coverage lines

A collection of production-ready customizable components for React Native, following @ga-innoval design guidelines.

Installation

npm install @ga-innoval/react-native-ui

or

yarn add @ga-innoval/react-native-ui

Usage

import React from 'react';
import { View, Text } from 'react-native';
import { ChipButton } from '@ga-innoval/react-native-ui';

export function Component() {
  return (
    <View>
      <ChipButton
        text="Click me!"
        backgroundColor={'green'}
        onPress={() => console.log('Clicked!')}
        icon="alert"
      />
    </View>
  );
}

Docs

Check the docs

Contributing

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

License

MIT


Made with create-react-native-library

0.10.0

3 months ago

0.11.0

3 months ago

0.11.1

3 months ago

0.9.0

9 months ago

0.8.0

9 months ago

0.5.0

10 months ago

0.7.0

9 months ago

0.6.0

10 months ago

0.4.0

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago