Gyri Native UI ComponentsOn this pageGyri Native UI ComponentsGetting StartedInstallation$ npm install @gyri/native-ui-componentsHow to useimport React from 'react';import {Card} from '@gyri/native-ui-components';const Example = () => { return (<Card/>);};export default Example;