this repo has no description
1/**
2 * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
3 *
4 * Do not edit this file as changes may cause incorrect behavior and will be lost
5 * once the code is regenerated.
6 *
7 * @generated by codegen project: GenerateModuleCpp.js
8 */
9
10#include "safeareacontextJSI.h"
11
12namespace facebook::react {
13
14static jsi::Value __hostFunction_NativeSafeAreaContextCxxSpecJSI_getConstants(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
15 return static_cast<NativeSafeAreaContextCxxSpecJSI *>(&turboModule)->getConstants(
16 rt
17 );
18}
19
20NativeSafeAreaContextCxxSpecJSI::NativeSafeAreaContextCxxSpecJSI(std::shared_ptr<CallInvoker> jsInvoker)
21 : TurboModule("RNCSafeAreaContext", jsInvoker) {
22 methodMap_["getConstants"] = MethodMetadata {0, __hostFunction_NativeSafeAreaContextCxxSpecJSI_getConstants};
23}
24
25
26} // namespace facebook::react