0.7.0 • Published 10 months ago

smartos-app-shared-components v0.7.0

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
10 months ago

smartos-app-shared-components

Smartos App Components

Installation

yarn add smartos-app-shared-components

Usage

import {
  WIcon,
  WText,
  WTouchable,
  WView,
} from 'smartos-living-shared-components';

export default function App() {
  return (
    <WView fill center>
      <WText type="bold20">Hello world!</WText>

      <WTouchable>
        <WText type="bold20">Touch me!</WText>
        <WIcon name="ic-alltype" size={20} />
      </WTouchable>
    </WView>
  );
}

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.7.0

10 months ago

0.6.0

10 months ago

0.5.0

11 months ago

0.4.0

11 months ago

0.3.0

11 months ago

0.2.0

11 months ago

0.1.1

11 months ago