#include "GlobalCallInvoker.h"

// Having the CallInvoker globally might be a brittle design decision (thinking about multithreaded scenarios in the future), but doesn't complain at the moment.
std::shared_ptr<facebook::react::CallInvoker> globalCallInvoker /* = */ {nullptr};
