@@ -119,6 +119,7 @@ module.exports = {
119119 get Button ( ) : Button {
120120 return require ( './Libraries/Components/Button' ) ;
121121 } ,
122+ // $FlowFixMe[value-as-type]
122123 get DatePickerIOS ( ) : DatePickerIOS {
123124 warnOnce (
124125 'DatePickerIOS-merged' ,
@@ -128,6 +129,7 @@ module.exports = {
128129 ) ;
129130 return require ( './Libraries/Components/DatePicker/DatePickerIOS' ) ;
130131 } ,
132+ // $FlowFixMe[value-as-type]
131133 get DrawerLayoutAndroid ( ) : DrawerLayoutAndroid {
132134 return require ( './Libraries/Components/DrawerAndroid/DrawerLayoutAndroid' ) ;
133135 } ,
@@ -167,6 +169,7 @@ module.exports = {
167169 ) ;
168170 return require ( './Libraries/Components/Picker/Picker' ) ;
169171 } ,
172+ // $FlowFixMe[value-as-type]
170173 get PickerIOS ( ) : PickerIOS {
171174 warnOnce (
172175 'pickerios-moved' ,
@@ -179,6 +182,7 @@ module.exports = {
179182 get Pressable ( ) : Pressable {
180183 return require ( './Libraries/Components/Pressable/Pressable' ) . default ;
181184 } ,
185+ // $FlowFixMe[value-as-type]
182186 get ProgressBarAndroid ( ) : ProgressBarAndroid {
183187 warnOnce (
184188 'progress-bar-android-moved' ,
@@ -188,6 +192,7 @@ module.exports = {
188192 ) ;
189193 return require ( './Libraries/Components/ProgressBarAndroid/ProgressBarAndroid' ) ;
190194 } ,
195+ // $FlowFixMe[value-as-type]
191196 get ProgressViewIOS ( ) : ProgressViewIOS {
192197 warnOnce (
193198 'progress-view-ios-moved' ,
@@ -206,6 +211,7 @@ module.exports = {
206211 get SectionList ( ) : SectionList {
207212 return require ( './Libraries/Lists/SectionList' ) ;
208213 } ,
214+ // $FlowFixMe[value-as-type]
209215 get SegmentedControlIOS ( ) : SegmentedControlIOS {
210216 warnOnce (
211217 'segmented-control-ios-moved' ,
@@ -283,6 +289,7 @@ module.exports = {
283289 get AppState ( ) : AppState {
284290 return require ( './Libraries/AppState/AppState' ) ;
285291 } ,
292+ // $FlowFixMe[value-as-type]
286293 get AsyncStorage ( ) : AsyncStorage {
287294 warnOnce (
288295 'async-storage-moved' ,
@@ -403,6 +410,7 @@ module.exports = {
403410 get Systrace ( ) : Systrace {
404411 return require ( './Libraries/Performance/Systrace' ) ;
405412 } ,
413+ // $FlowFixMe[value-as-type]
406414 get ToastAndroid ( ) : ToastAndroid {
407415 return require ( './Libraries/Components/ToastAndroid/ToastAndroid' ) ;
408416 } ,
@@ -477,6 +485,7 @@ module.exports = {
477485 ) ;
478486 } ,
479487 // Prop Types
488+ // $FlowFixMe[value-as-type]
480489 get ColorPropType(): DeprecatedColorPropType {
481490 return require ( './Libraries/DeprecatedPropTypes/DeprecatedColorPropType' ) ;
482491 } ,
0 commit comments