mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Add deprecated-react-native-listview
Summary: This adds the deprecated ListView package to xplat/js. I published this module in https://github.com/facebookarchive/react-native-deprecated-modules The way it is published I tried to reduce duplication of dependencies as much as possible. With this diff and the changes in package.json, the bundle size should not regress (until the actually deprected ListView is included; and then it will be recovered once ListView is fully removed from React Native, which will happen within a short timeframe). The change to `react-clone-referenced-element` are non-breaking. Reviewed By: TheSavior Differential Revision: D14163988 fbshipit-source-id: 0fc2d1f33855a8b1a709f5316e68c734716ec049
This commit is contained in:
committed by
Facebook Github Bot
parent
1dff96b428
commit
665954efcc
+1
-1
@@ -178,7 +178,7 @@
|
||||
"pretty-format": "24.0.0-alpha.6",
|
||||
"promise": "^7.1.1",
|
||||
"prop-types": "^15.5.8",
|
||||
"react-clone-referenced-element": "^1.0.1",
|
||||
"react-clone-referenced-element": "^1.1.0",
|
||||
"react-devtools-core": "^3.6.0",
|
||||
"regenerator-runtime": "^0.11.0",
|
||||
"stacktrace-parser": "^0.1.3",
|
||||
|
||||
@@ -5626,7 +5626,7 @@ rc@^1.2.7:
|
||||
minimist "^1.2.0"
|
||||
strip-json-comments "~2.0.1"
|
||||
|
||||
react-clone-referenced-element@^1.0.1:
|
||||
react-clone-referenced-element@^1.1.0:
|
||||
version "1.1.0"
|
||||
resolved "https://registry.yarnpkg.com/react-clone-referenced-element/-/react-clone-referenced-element-1.1.0.tgz#9cdda7f2aeb54fea791f3ab8c6ab96c7a77d0158"
|
||||
integrity sha512-FKOsfKbBkPxYE8576EM6uAfHC4rnMpLyH6/TJUL4WcHUEB3EUn8AxPjnnV/IiwSSzsClvHYK+sDELKN/EJ0WYg==
|
||||
|
||||
Reference in New Issue
Block a user