We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e239fd commit bf416d8Copy full SHA for bf416d8
‎packages/skia/android/cpp/jni/JniSkiaManager.cpp‎
@@ -9,7 +9,7 @@
9
10
namespace {
11
12
-#ifdef REACT_NATIVE_VERSION >= 75
+#if REACT_NATIVE_VERSION >= 75
13
using CallFuncType = facebook::react::CallFunc;
14
#else
15
using CallFuncType = std::function<void()>;
0 commit comments