Skip to main content

Gyri Native UI Components

Getting Started

Installation

$ npm install @gyri/native-ui-components

How to use

import React from 'react';
import {Card} from '@gyri/native-ui-components';

const Example = () => {
return (<Card/>);
};

export default Example;