react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
10 lines (8 loc) • 320 B
text/typescript
;
// this file was created to prevent NativeReanimated from being included in the web bundle
import { createJSReanimatedModule } from './js-reanimated';
export const ReanimatedModule = createJSReanimatedModule();
export type {
IReanimatedModule,
ReanimatedModuleProxy,
} from './reanimatedModuleProxy';