Skip to content
Advertisement

How can I use SVG in React Native?

I am trying to use bootstrap icons in react native and I can’t find any useful methods on how to render an SVG in react-native. Does anyone know how to?

Advertisement

Answer

To Add SVGs in react native you can use react-native-svg

Install:

yarn add react-native-svg

Example:

JavaScript

Or you want to import an svg to your app use: react-native-svg-transformer

Example:

JavaScript

But if you want an icon library you can use : react-native-vector-icons

Also here is the directory: React Native Vector Icons directory

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement