Commit 3e229f2 1 parent cb42049 commit 3e229f2 Copy full SHA for 3e229f2
File tree 5 files changed +0
-26
lines changed
5 files changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -723,7 +723,6 @@ rn_library(
723
723
"//xplat/js:node_modules__abort_19controller" ,
724
724
"//xplat/js:node_modules__anser" ,
725
725
"//xplat/js:node_modules__base64_19js" ,
726
- "//xplat/js:node_modules__deprecated_19react_19native_19prop_19types" ,
727
726
"//xplat/js:node_modules__event_19target_19shim" ,
728
727
"//xplat/js:node_modules__invariant" ,
729
728
"//xplat/js:node_modules__nullthrows" ,
Original file line number Diff line number Diff line change @@ -1341,13 +1341,6 @@ const ExportedForwardRef: React.AbstractComponent<
1341
1341
) ;
1342
1342
} ) ;
1343
1343
1344
- /**
1345
- * Switch to `deprecated-react-native-prop-types` for compatibility with future
1346
- * releases. This is deprecated and will be removed in the future.
1347
- */
1348
- ExportedForwardRef . propTypes =
1349
- require ( 'deprecated-react-native-prop-types' ) . TextInputPropTypes ;
1350
-
1351
1344
// $FlowFixMe[prop-missing]
1352
1345
ExportedForwardRef . State = {
1353
1346
currentlyFocusedInput : TextInputState . currentlyFocusedInput ,
Original file line number Diff line number Diff line change @@ -306,12 +306,6 @@ Image.queryCache = queryCache;
306
306
* comment and run Flow. */
307
307
Image . resolveAssetSource = resolveAssetSource ;
308
308
309
- /**
310
- * Switch to `deprecated-react-native-prop-types` for compatibility with future
311
- * releases. This is deprecated and will be removed in the future.
312
- */
313
- Image . propTypes = require ( 'deprecated-react-native-prop-types' ) . ImagePropTypes ;
314
-
315
309
const styles = StyleSheet . create ( {
316
310
base : {
317
311
overflow : 'hidden' ,
Original file line number Diff line number Diff line change @@ -232,12 +232,6 @@ Image.queryCache = queryCache;
232
232
* delete this comment and run Flow. */
233
233
Image . resolveAssetSource = resolveAssetSource ;
234
234
235
- /**
236
- * Switch to `deprecated-react-native-prop-types` for compatibility with future
237
- * releases. This is deprecated and will be removed in the future.
238
- */
239
- Image . propTypes = require ( 'deprecated-react-native-prop-types' ) . ImagePropTypes ;
240
-
241
235
const styles = StyleSheet . create ( {
242
236
base : {
243
237
overflow : 'hidden' ,
Original file line number Diff line number Diff line change @@ -189,12 +189,6 @@ const Text: React.AbstractComponent<
189
189
190
190
Text . displayName = 'Text' ;
191
191
192
- /**
193
- * Switch to `deprecated-react-native-prop-types` for compatibility with future
194
- * releases. This is deprecated and will be removed in the future.
195
- */
196
- Text . propTypes = require ( 'deprecated-react-native-prop-types' ) . TextPropTypes ;
197
-
198
192
/**
199
193
* Returns false until the first time `newValue` is true, after which this will
200
194
* always return true. This is necessary to lazily initialize `Pressability` so
You can’t perform that action at this time.
0 commit comments