Skip to content

Commit

Permalink
Fix for TVOS
Browse files Browse the repository at this point in the history
  • Loading branch information
piaskowyk committed Dec 14, 2023
1 parent d35b76f commit 13eddee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/RNScreensTurboModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ using namespace facebook;

namespace RNScreens {

constexpr const char MODULE_NAME[] = "RNScreensTurboModule";

std::function<std::array<int, 2>(int)> RNScreensTurboModule::startTransitionBlock_;
std::function<void(int, double)> RNScreensTurboModule::updateTransitionBlock_;
std::function<void(int, bool)> RNScreensTurboModule::finishTransitionBlock_;
Expand Down

0 comments on commit 13eddee

Please sign in to comment.