#pragma once #include #include #include #include using namespace facebook; namespace reanimated { std::string getReanimatedCppVersion(); void injectReanimatedCppVersion(jsi::Runtime &); void checkJSVersion( jsi::Runtime &, const std::shared_ptr &); }; // namespace reanimated