Skip to content

Commit

Permalink
add ReactNativeSafeAreaManager to missing Packages (#46377)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #46377

Changelog: [Internal]

Reviewed By: fkgozali

Differential Revision: D62327020
  • Loading branch information
alanleedev authored and facebook-github-bot committed Sep 7, 2024
1 parent 17d0345 commit 5ac90fc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <react/renderer/componentregistry/ComponentDescriptorProviderRegistry.h>
#include <react/renderer/components/modal/ModalHostViewComponentDescriptor.h>
#include <react/renderer/components/root/RootComponentDescriptor.h>
#include <react/renderer/components/safeareaview/SafeAreaViewComponentDescriptor.h>
#include <react/renderer/components/scrollview/ScrollViewComponentDescriptor.h>
#include <react/renderer/components/text/ParagraphComponentDescriptor.h>
#include <react/renderer/components/text/RawTextComponentDescriptor.h>
Expand Down Expand Up @@ -42,6 +43,8 @@ inline ComponentBuilder simpleComponentBuilder(
concreteComponentDescriptorProvider<RawTextComponentDescriptor>());
componentDescriptorProviderRegistry.add(
concreteComponentDescriptorProvider<ModalHostViewComponentDescriptor>());
componentDescriptorProviderRegistry->add(
concreteComponentDescriptorProvider<SafeAreaViewComponentDescriptor>());

return ComponentBuilder{componentDescriptorRegistry};
}
Expand Down

0 comments on commit 5ac90fc

Please sign in to comment.