shopify-react-native-performance-expo-plugin
Advanced tools
Comparing version 1.0.1 to 1.0.2
import { ConfigPlugin } from "@expo/config-plugins"; | ||
declare const withShopifyPerformance: ConfigPlugin<{ | ||
declare const _default: ConfigPlugin<{ | ||
name?: string; | ||
}>; | ||
export default withShopifyPerformance; | ||
export default _default; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const config_plugins_1 = require("@expo/config-plugins"); | ||
const withPerformance_android_1 = require("./withPerformance.android"); | ||
const withPerformance_ios_1 = require("./withPerformance.ios"); | ||
const withShopifyPerformance = (config, { name = "shopify-react-native-performance-expo-plugin" } = {}) => { | ||
const withShopifyPerformance = (config, _props) => { | ||
config = (0, withPerformance_android_1.withAndroidMainApplicationSetup)(config); | ||
config = (0, withPerformance_ios_1.withIOSAppDelegateSetup)(config); | ||
config.name = name; | ||
return config; | ||
}; | ||
exports.default = withShopifyPerformance; | ||
exports.default = (0, config_plugins_1.createRunOncePlugin)(withShopifyPerformance, "shopify-react-native-performance-expo-plugin"); |
{ | ||
"name": "shopify-react-native-performance-expo-plugin", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Expo plugin to setup the native code for the @shopify/react-native-performance in expo managed workflow", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
8614
0