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