#pragma once

#include <jsi/jsi.h>

using namespace facebook;

namespace reanimated {

jsi::String getReanimatedVersionString(jsi::Runtime &rt);

};
