📄 expo/versions/v52.0.0/sdk/skia

File: skia.md | Updated: 11/15/2025

Source: https://docs.expo.dev/versions/v52.0.0/sdk/skia

Hide navigation

Search

Ctrl K

Home Guides EAS Reference Learn

Reference version

SDK 52

Archive Expo Snack Discord and Forums Newsletter

Skia

GitHub npm

A React Native library for creating graphics using Skia.

GitHub npm

Android

iOS

Web

Bundled version:

1.5.0

Copy page


This library is listed in the Expo SDK reference because it is included in Expo Go . You may use any library of your choice with development builds .

@shopify/react-native-skia brings the Skia Graphics Library to React Native. Skia serves as the graphics engine for Google Chrome and Chrome OS, Android, Flutter, Mozilla Firefox and Firefox OS, and many other products.

Installation


Terminal

Copy

- npx expo install @shopify/react-native-skia

If you are installing this in an existing React Native app , make sure to install expo in your project. Then, follow the installation instructions provided in the library's README or documentation.

Additional setup required for web: If you want to use Skia on web, you will need to follow web installation instructions to load CanvasKit.

Usage


See @shopify/react-native-skia documentation for usage instructions.