GT2/Ejectable/node_modules/react-native-reanimated/ios/native/NativeProxy.h

14 lines
273 B
C
Raw Normal View History

2021-08-16 00:14:59 +00:00
#import <React/RCTEventDispatcher.h>
#if __cplusplus
#import <RNReanimated/NativeReanimatedModule.h>
namespace reanimated {
std::shared_ptr<reanimated::NativeReanimatedModule> createReanimatedModule(std::shared_ptr<facebook::react::CallInvoker> jsInvoker);
}
#endif