UNPKG

@callstack/repack-plugin-reanimated

Version:

A plugin for @callstack/repack that integrates react-native-reanimated

50 lines (49 loc) 1.27 kB
export declare const createReanimatedModuleRules: (majorVersion: number, pluginOptions?: Record<string, any>) => { exclude: RegExp[]; oneOf: { test: RegExp; use: { loader: string; options: { babelPlugins: (string | (string | Record<string, any>)[])[]; }; }; }[]; }; declare const reanimated3ModuleRules: { exclude: RegExp[]; oneOf: { test: RegExp; use: { loader: string; options: { babelPlugins: (string | (string | Record<string, any>)[])[]; }; }; }[]; }; declare const reanimated4ModuleRules: { exclude: RegExp[]; oneOf: { test: RegExp; use: { loader: string; options: { babelPlugins: (string | (string | Record<string, any>)[])[]; }; }; }[]; }; declare const reanimatedModuleRules: { exclude: RegExp[]; oneOf: { test: RegExp; use: { loader: string; options: { babelPlugins: (string | (string | Record<string, any>)[])[]; }; }; }[]; }; export { reanimatedModuleRules, reanimated3ModuleRules, reanimated4ModuleRules, };