Skip to content

Commit

Permalink
fix(🤖): typo in directive (#2668)
Browse files Browse the repository at this point in the history
fixes #2661
  • Loading branch information
wcandillon authored Oct 1, 2024
1 parent 4e239fd commit bf416d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/skia/android/cpp/jni/JniSkiaManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace {

#ifdef REACT_NATIVE_VERSION >= 75
#if REACT_NATIVE_VERSION >= 75
using CallFuncType = facebook::react::CallFunc;
#else
using CallFuncType = std::function<void()>;
Expand Down

0 comments on commit bf416d8

Please sign in to comment.