UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

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