shopify-react-native-performance-expo-plugin
v1.0.2
Published
Expo plugin to setup the native code for the @shopify/react-native-performance in expo managed workflow
Downloads
161
Readme
shopify-react-native-performance-expo-plugin
Expo plugin to setup the native code for the @shopify/react-native-performance in expo managed workflow
Add the package to your npm dependencies
npm install shopify-react-native-performance-expo-plugin
Add the plugin to your app.json or app.config.js
{
"expo": {
"plugins": [
"shopify-react-native-performance-expo-plugin"
]
}
}