@gympass/yoga-illustrations
v0.7.1
Published
Yoga illustrations package
Downloads
672
Readme
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 />;