this repo has no description
1
2/**
3 * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
4 *
5 * Do not edit this file as changes may cause incorrect behavior and will be lost
6 * once the code is regenerated.
7 *
8 * @generated by codegen project: GenerateComponentDescriptorCpp.js
9 */
10
11#include <react/renderer/components/safeareacontext/ComponentDescriptors.h>
12#include <react/renderer/core/ConcreteComponentDescriptor.h>
13#include <react/renderer/componentregistry/ComponentDescriptorProviderRegistry.h>
14
15namespace facebook::react {
16
17void safeareacontext_registerComponentDescriptorsFromCodegen(
18 std::shared_ptr<const ComponentDescriptorProviderRegistry> registry) {
19registry->add(concreteComponentDescriptorProvider<RNCSafeAreaProviderComponentDescriptor>());
20}
21
22} // namespace facebook::react