Smartos App Components
yarn add smartos-app-shared-components
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>
);
}
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library