Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 692 Bytes

readme.md

File metadata and controls

25 lines (15 loc) · 692 Bytes

Yoga Illustrations

Instalation

yarn add @gympass/yoga-illustrations

@gympass/yoga-illustrations is a package containing all illustrations used in @gympass/yoga package.

React native

To use in react-native make sure you have installed react-native-svg.

Usage

Icon works out of the box for both platforms.

import { Img2d11 } from '@gympass/yoga-illustrations';

export default () => <Img2d11 />;

Here you can check an example in web and native platforms.