From 665954efcc4460839d00a572be84cf204a42c0d5 Mon Sep 17 00:00:00 2001 From: Christoph Nakazawa Date: Thu, 21 Feb 2019 20:27:10 -0800 Subject: [PATCH] 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 --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d6a59a3ae4d..88a2ed42cf5 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 518873f0736..ef247e613bc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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==