expo-shopify-performance
Version:
Config plugin to setup @shopify/react-native-performance on prebuild
9 lines (8 loc) • 326 B
TypeScript
import { ConfigPlugin } from '@expo/config-plugins';
/**
* Expo config plugin for iOS Shopify Performance integration
* @param config - Expo config
* @returns Modified config with Shopify Performance native initialization
*/
declare const withShopifyPerformanceIOS: ConfigPlugin;
export default withShopifyPerformanceIOS;