12 lines
149 B
C
12 lines
149 B
C
|
#pragma once
|
||
|
|
||
|
#include <jsi/jsi.h>
|
||
|
|
||
|
using namespace facebook;
|
||
|
|
||
|
namespace reanimated {
|
||
|
|
||
|
jsi::String getReanimatedVersionString(jsi::Runtime &rt);
|
||
|
|
||
|
};
|