Skip to content

Commit 4a8fda8

Browse files
tomekzawfacebook-github-bot
authored andcommitted
Fix deprecation message for BindingsInstallerHolder (facebook#51295)
Summary: This PR replaces non-existent `BindingsInstaller` with `BindingsInstallerHolder` in deprecation message for old variant of `BindingsInstallerHolder`. ## Changelog: [GENERAL] [FIXED] - Fixed deprecation message for `BindingsInstallerHolder` Pull Request resolved: facebook#51295 Reviewed By: javache Differential Revision: D74656439 Pulled By: cortinico fbshipit-source-id: b29ffabbc8f8218e13d305e9f5143f084fea8dea
1 parent 49002fa commit 4a8fda8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/ReactAndroid/src/main/jni/react/turbomodule/ReactCommon/BindingsInstallerHolder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class BindingsInstallerHolder
2929
private:
3030
BindingsInstallerHolder(BindingsInstallFunc bindingsInstaller);
3131
[[deprecated(
32-
"Use 'BindingsInstaller([](Runtime, CallInvoker) { ... })' instead")]]
32+
"Use 'BindingsInstallerHolder([](Runtime, CallInvoker) { ... })' instead")]]
3333
BindingsInstallerHolder(
3434
std::function<void(jsi::Runtime& runtime)> oldBindingsInstaller);
3535

0 commit comments

Comments
 (0)