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

14 lines
273 B
Objective-C

#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