📄️ Overview
There can be several ways to render Score Storm scores in React Native app. While this documentation is focused on native approaches (React Native SVG and React Native SKIA), you can also use web-based solutions like WebView or render scores as images.
📄️ RN Skia
This is the most advanced solution, it's particularly suitable for rendering large scores since it has a good potential for optimization. It's based on high performant React-Native-Skia
📄️ RN SVG
Unlike React-Native SKIA approach, this approach is based on native capabilities of rendering SVG primitives. It's based on React-Native-SVG library