@callstack/repack-plugin-reanimated
Version:
A plugin for @callstack/repack that integrates react-native-reanimated
24 lines (23 loc) • 522 B
TypeScript
export declare const reanimatedModuleRules: {
exclude: RegExp[];
oneOf: ({
test: RegExp;
use: {
loader: string;
options: {
babelPlugins: (string | {
isTSX: boolean;
allowNamespaces: boolean;
})[][];
};
};
} | {
test: RegExp;
use: {
loader: string;
options: {
babelPlugins: string[];
};
};
})[];
};