Skip to content

Latest commit

 

History

History

illustrations

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.