yarn add @gympass/yoga-illustrations
@gympass/yoga-illustrations
is a package containing all illustrations used in @gympass/yoga
package.
To use in react-native
make sure you have installed react-native-svg.
Icon works out of the box for both platforms.
import { Img2d11 } from '@gympass/yoga-illustrations';
export default () => <Img2d11 />;