How do I dynamically import SVGs in React Native
After I make an API call I receive a motorbike brand name and I need to display its logo accordingly. The logos are SVGs that I have converted to JSX using react-native-svg. How would I go about doing such a…