react-native-tvos 0.73.1-0 → 0.73.1-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,111 +0,0 @@
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 <react/renderer/components/rncore/EventEmitters.h>
14
- #include <react/renderer/components/rncore/Props.h>
15
- #include <react/renderer/components/rncore/States.h>
16
- #include <react/renderer/components/view/ConcreteViewShadowNode.h>
17
- #include <jsi/jsi.h>
18
-
19
- namespace facebook {
20
- namespace react {
21
-
22
- JSI_EXPORT extern const char ActivityIndicatorViewComponentName[];
23
-
24
- /*
25
- * `ShadowNode` for <ActivityIndicatorView> component.
26
- */
27
- using ActivityIndicatorViewShadowNode = ConcreteViewShadowNode<
28
- ActivityIndicatorViewComponentName,
29
- ActivityIndicatorViewProps,
30
- ActivityIndicatorViewEventEmitter,
31
- ActivityIndicatorViewState>;
32
-
33
- JSI_EXPORT extern const char AndroidDrawerLayoutComponentName[];
34
-
35
- /*
36
- * `ShadowNode` for <AndroidDrawerLayout> component.
37
- */
38
- using AndroidDrawerLayoutShadowNode = ConcreteViewShadowNode<
39
- AndroidDrawerLayoutComponentName,
40
- AndroidDrawerLayoutProps,
41
- AndroidDrawerLayoutEventEmitter,
42
- AndroidDrawerLayoutState>;
43
-
44
- JSI_EXPORT extern const char AndroidSwipeRefreshLayoutComponentName[];
45
-
46
- /*
47
- * `ShadowNode` for <AndroidSwipeRefreshLayout> component.
48
- */
49
- using AndroidSwipeRefreshLayoutShadowNode = ConcreteViewShadowNode<
50
- AndroidSwipeRefreshLayoutComponentName,
51
- AndroidSwipeRefreshLayoutProps,
52
- AndroidSwipeRefreshLayoutEventEmitter,
53
- AndroidSwipeRefreshLayoutState>;
54
-
55
- JSI_EXPORT extern const char PullToRefreshViewComponentName[];
56
-
57
- /*
58
- * `ShadowNode` for <PullToRefreshView> component.
59
- */
60
- using PullToRefreshViewShadowNode = ConcreteViewShadowNode<
61
- PullToRefreshViewComponentName,
62
- PullToRefreshViewProps,
63
- PullToRefreshViewEventEmitter,
64
- PullToRefreshViewState>;
65
-
66
- JSI_EXPORT extern const char AndroidHorizontalScrollContentViewComponentName[];
67
-
68
- /*
69
- * `ShadowNode` for <AndroidHorizontalScrollContentView> component.
70
- */
71
- using AndroidHorizontalScrollContentViewShadowNode = ConcreteViewShadowNode<
72
- AndroidHorizontalScrollContentViewComponentName,
73
- AndroidHorizontalScrollContentViewProps,
74
- AndroidHorizontalScrollContentViewEventEmitter,
75
- AndroidHorizontalScrollContentViewState>;
76
-
77
- JSI_EXPORT extern const char SwitchComponentName[];
78
-
79
- /*
80
- * `ShadowNode` for <Switch> component.
81
- */
82
- using SwitchShadowNode = ConcreteViewShadowNode<
83
- SwitchComponentName,
84
- SwitchProps,
85
- SwitchEventEmitter,
86
- SwitchState>;
87
-
88
- JSI_EXPORT extern const char TraceUpdateOverlayComponentName[];
89
-
90
- /*
91
- * `ShadowNode` for <TraceUpdateOverlay> component.
92
- */
93
- using TraceUpdateOverlayShadowNode = ConcreteViewShadowNode<
94
- TraceUpdateOverlayComponentName,
95
- TraceUpdateOverlayProps,
96
- TraceUpdateOverlayEventEmitter,
97
- TraceUpdateOverlayState>;
98
-
99
- JSI_EXPORT extern const char UnimplementedNativeViewComponentName[];
100
-
101
- /*
102
- * `ShadowNode` for <UnimplementedNativeView> component.
103
- */
104
- using UnimplementedNativeViewShadowNode = ConcreteViewShadowNode<
105
- UnimplementedNativeViewComponentName,
106
- UnimplementedNativeViewProps,
107
- UnimplementedNativeViewEventEmitter,
108
- UnimplementedNativeViewState>;
109
-
110
- } // namespace react
111
- } // namespace facebook
@@ -1,18 +0,0 @@
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: GenerateStateCpp.js
9
- */
10
- #include <react/renderer/components/rncore/States.h>
11
-
12
- namespace facebook {
13
- namespace react {
14
-
15
-
16
-
17
- } // namespace react
18
- } // namespace facebook
@@ -1,141 +0,0 @@
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: GenerateStateH.js
8
- */
9
- #pragma once
10
-
11
- #ifdef ANDROID
12
- #include <folly/dynamic.h>
13
- #include <react/renderer/mapbuffer/MapBuffer.h>
14
- #include <react/renderer/mapbuffer/MapBufferBuilder.h>
15
- #endif
16
-
17
- namespace facebook {
18
- namespace react {
19
-
20
- class ActivityIndicatorViewState {
21
- public:
22
- ActivityIndicatorViewState() = default;
23
-
24
- #ifdef ANDROID
25
- ActivityIndicatorViewState(ActivityIndicatorViewState const &previousState, folly::dynamic data){};
26
- folly::dynamic getDynamic() const {
27
- return {};
28
- };
29
- MapBuffer getMapBuffer() const {
30
- return MapBufferBuilder::EMPTY();
31
- };
32
- #endif
33
- };
34
-
35
- class AndroidDrawerLayoutState {
36
- public:
37
- AndroidDrawerLayoutState() = default;
38
-
39
- #ifdef ANDROID
40
- AndroidDrawerLayoutState(AndroidDrawerLayoutState const &previousState, folly::dynamic data){};
41
- folly::dynamic getDynamic() const {
42
- return {};
43
- };
44
- MapBuffer getMapBuffer() const {
45
- return MapBufferBuilder::EMPTY();
46
- };
47
- #endif
48
- };
49
-
50
- class AndroidSwipeRefreshLayoutState {
51
- public:
52
- AndroidSwipeRefreshLayoutState() = default;
53
-
54
- #ifdef ANDROID
55
- AndroidSwipeRefreshLayoutState(AndroidSwipeRefreshLayoutState const &previousState, folly::dynamic data){};
56
- folly::dynamic getDynamic() const {
57
- return {};
58
- };
59
- MapBuffer getMapBuffer() const {
60
- return MapBufferBuilder::EMPTY();
61
- };
62
- #endif
63
- };
64
-
65
- class PullToRefreshViewState {
66
- public:
67
- PullToRefreshViewState() = default;
68
-
69
- #ifdef ANDROID
70
- PullToRefreshViewState(PullToRefreshViewState const &previousState, folly::dynamic data){};
71
- folly::dynamic getDynamic() const {
72
- return {};
73
- };
74
- MapBuffer getMapBuffer() const {
75
- return MapBufferBuilder::EMPTY();
76
- };
77
- #endif
78
- };
79
-
80
- class AndroidHorizontalScrollContentViewState {
81
- public:
82
- AndroidHorizontalScrollContentViewState() = default;
83
-
84
- #ifdef ANDROID
85
- AndroidHorizontalScrollContentViewState(AndroidHorizontalScrollContentViewState const &previousState, folly::dynamic data){};
86
- folly::dynamic getDynamic() const {
87
- return {};
88
- };
89
- MapBuffer getMapBuffer() const {
90
- return MapBufferBuilder::EMPTY();
91
- };
92
- #endif
93
- };
94
-
95
- class SwitchState {
96
- public:
97
- SwitchState() = default;
98
-
99
- #ifdef ANDROID
100
- SwitchState(SwitchState const &previousState, folly::dynamic data){};
101
- folly::dynamic getDynamic() const {
102
- return {};
103
- };
104
- MapBuffer getMapBuffer() const {
105
- return MapBufferBuilder::EMPTY();
106
- };
107
- #endif
108
- };
109
-
110
- class TraceUpdateOverlayState {
111
- public:
112
- TraceUpdateOverlayState() = default;
113
-
114
- #ifdef ANDROID
115
- TraceUpdateOverlayState(TraceUpdateOverlayState const &previousState, folly::dynamic data){};
116
- folly::dynamic getDynamic() const {
117
- return {};
118
- };
119
- MapBuffer getMapBuffer() const {
120
- return MapBufferBuilder::EMPTY();
121
- };
122
- #endif
123
- };
124
-
125
- class UnimplementedNativeViewState {
126
- public:
127
- UnimplementedNativeViewState() = default;
128
-
129
- #ifdef ANDROID
130
- UnimplementedNativeViewState(UnimplementedNativeViewState const &previousState, folly::dynamic data){};
131
- folly::dynamic getDynamic() const {
132
- return {};
133
- };
134
- MapBuffer getMapBuffer() const {
135
- return MapBufferBuilder::EMPTY();
136
- };
137
- #endif
138
- };
139
-
140
- } // namespace react
141
- } // namespace facebook