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.
BindingsInstallerHolder
1 parent 49002fa commit 4a8fda8Copy full SHA for 4a8fda8
packages/react-native/ReactAndroid/src/main/jni/react/turbomodule/ReactCommon/BindingsInstallerHolder.h
@@ -29,7 +29,7 @@ class BindingsInstallerHolder
29
private:
30
BindingsInstallerHolder(BindingsInstallFunc bindingsInstaller);
31
[[deprecated(
32
- "Use 'BindingsInstaller([](Runtime, CallInvoker) { ... })' instead")]]
+ "Use 'BindingsInstallerHolder([](Runtime, CallInvoker) { ... })' instead")]]
33
BindingsInstallerHolder(
34
std::function<void(jsi::Runtime& runtime)> oldBindingsInstaller);
35
0 commit comments