mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fabric: Fix dangling brace (#23540)
Summary: This pull request fixes a dangling brace, causing Xcode to be unable to build RCTFabricSample. [General] [Fixed] - Fabric: Xcode build issue Pull Request resolved: https://github.com/facebook/react-native/pull/23540 Differential Revision: D14142990 Pulled By: hramos fbshipit-source-id: d6c2313d831e2ea5d22c77543814b86bfe8a1d53
This commit is contained in:
committed by
Facebook Github Bot
parent
f08c94bd36
commit
c3df673f12
@@ -20,7 +20,7 @@ ComponentRegistryFactory getDefaultComponentRegistryFactory() {
|
||||
const SharedContextContainer &contextContainer) {
|
||||
auto registry = std::make_shared<ComponentDescriptorRegistry>();
|
||||
return registry;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
} // namespace react
|
||||
|
||||
Reference in New Issue
Block a user