mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 21:27:46 +00:00
Add Binding.h header back for backwards compat (#47453)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/47453 `react-native-screens` [depends on this header](https://github.com/software-mansion/react-native-screens/blob/main/android/src/main/cpp/NativeProxy.cpp#L2) and this is an unnecessary API breakage. Changelog: [Android][Fixed] Added back `<react/fabric/Binding.h>` header. Reviewed By: fabriziocucci Differential Revision: D65534176 fbshipit-source-id: ce252f29be1c5322f44e20b6e36ab51db9c7a8ef
This commit is contained in:
parent
5b41c7a84b
commit
b04f5fbfba
@ -0,0 +1,12 @@
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
// This header exists for backwards compatibility with libraries importing
|
||||
// <react/fabric/Binding.h>
|
||||
#include "FabricUIManagerBinding.h"
|
Loading…
Reference in New Issue
Block a user