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} />