|
| 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: GenerateShadowNodeH.js |
| 9 | + */ |
| 10 | + |
| 11 | +#pragma once |
| 12 | + |
| 13 | +#include "States.h" |
| 14 | + |
| 15 | +#include <react/renderer/components/reactnativekeyboardcontroller/EventEmitters.h> |
| 16 | +#include <react/renderer/components/reactnativekeyboardcontroller/Props.h> |
| 17 | +#include <react/renderer/components/view/ConcreteViewShadowNode.h> |
| 18 | +#include <jsi/jsi.h> |
| 19 | + |
| 20 | +namespace facebook::react { |
| 21 | + |
| 22 | +JSI_EXPORT extern const char KeyboardControllerViewComponentName[]; |
| 23 | + |
| 24 | +/* |
| 25 | + * `ShadowNode` for <KeyboardControllerView> component. |
| 26 | + */ |
| 27 | +using KeyboardControllerViewShadowNode = ConcreteViewShadowNode< |
| 28 | + KeyboardControllerViewComponentName, |
| 29 | + KeyboardControllerViewProps, |
| 30 | + KeyboardControllerViewEventEmitter, |
| 31 | + KeyboardControllerViewState>; |
| 32 | + |
| 33 | +JSI_EXPORT extern const char KeyboardGestureAreaComponentName[]; |
| 34 | + |
| 35 | +/* |
| 36 | + * `ShadowNode` for <KeyboardGestureArea> component. |
| 37 | + */ |
| 38 | +using KeyboardGestureAreaShadowNode = ConcreteViewShadowNode< |
| 39 | + KeyboardGestureAreaComponentName, |
| 40 | + KeyboardGestureAreaProps, |
| 41 | + KeyboardGestureAreaEventEmitter, |
| 42 | + KeyboardGestureAreaState>; |
| 43 | + |
| 44 | +JSI_EXPORT extern const char OverKeyboardViewComponentName[]; |
| 45 | + |
| 46 | +/* |
| 47 | + * `ShadowNode` for <OverKeyboardView> component. |
| 48 | + */ |
| 49 | +using OverKeyboardViewShadowNode = ConcreteViewShadowNode< |
| 50 | + OverKeyboardViewComponentName, |
| 51 | + OverKeyboardViewProps, |
| 52 | + OverKeyboardViewEventEmitter, |
| 53 | + OverKeyboardViewState>; |
| 54 | + |
| 55 | +} // namespace facebook::react |
0 commit comments