UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

7 lines (6 loc) 362 B
'use strict'; import { IS_JEST } from "../common/index.js"; import { createJSReanimatedModule } from "./js-reanimated/index.js"; import { createNativeReanimatedModule } from "./NativeReanimated.js"; export const ReanimatedModule = IS_JEST ? createJSReanimatedModule() : createNativeReanimatedModule(); //# sourceMappingURL=reanimatedModuleInstance.native.js.map