TIL: RN | transform 없이 svg 사용

Lumpen·2023년 5월 3일
0

TIL

목록 보기
236/242

react-native-svg

import {  WithLocalSvg } from 'react-native-svg';

import Block from './assets/images/block.svg';
import Arrow from './assets/images/arrow.svg';

<WithLocalSvg
    width={100}
    height={100}
    asset={Block}
 />
profile
떠돌이 생활을 하는. 실업자는 아니지만, 부랑 생활을 하는

0개의 댓글