mirror of
https://github.com/zhigang1992/react-native-reanimated.git
synced 2026-01-12 22:50:47 +08:00
6 lines
125 B
JavaScript
6 lines
125 B
JavaScript
import { NativeModules } from 'react-native';
|
|
|
|
const { ReanimatedModule } = NativeModules;
|
|
|
|
export default ReanimatedModule;
|