Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

with-shopify-react-native-performance

itsramiel895MIT1.0.0TypeScript support: included

Expo config plugin for @shopify/react-native-performance

react-native-performance, expo, eas, react-native, config-plugin

readme

with-shopify-react-native-performance

@shopify/react-native-performance for Expo Apps

Usage (Quick Guide)

1. Install this module: yarn add with-shopify-react-native-performance

2. Add with-shopify-react-native-performance configuration to the plugins section of your app.json, as per the examples below.

{
  "expo": {
    "..."
    "plugins": [
      "with-shopify-react-native-performance"
    ]
  }
}