with-shopify-react-native-performance
Version:
Expo config plugin for @shopify/react-native-performance
22 lines (15 loc) • 441 B
Markdown
@shopify/react-native-performance for Expo Apps
**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.
```json
{
"expo": {
"..."
"plugins": [
"with-shopify-react-native-performance"
]
}
}
```