16 lines
317 B
Objective-C
16 lines
317 B
Objective-C
#if __cplusplus
|
|
|
|
#import <RNReanimated/NativeReanimatedModule.h>
|
|
#import <React/RCTEventDispatcher.h>
|
|
#include <memory>
|
|
|
|
namespace reanimated {
|
|
|
|
std::shared_ptr<reanimated::NativeReanimatedModule> createReanimatedModule(
|
|
RCTBridge *bridge,
|
|
std::shared_ptr<facebook::react::CallInvoker> jsInvoker);
|
|
|
|
}
|
|
|
|
#endif
|