1. React
  2. React Day Berlin
  3. 2018
  4. Using SVG in React Native

Using SVG in React Native

Ori Harel at React Day Berlin 2018

Vector graphics is in fact the best way to provide great visualization and interaction combined. It exist on all platforms in some way or form, so it's just natural to use it in React Native. In this talk, I'll show you how I integrated the use of SVG with the opinionated component and state system of React, but in the same time keeping things highly performant when interacting with the UI thread - a topic a lot of developers are struggling with.