commit 8d8b781a4322d0c6c84779af1fa80bcdcff321ba
parent 6a5ea5f6b9d1187bf2d5ecbc6970a351709af36d
Author: Matthew Horan <matt@matthoran.com>
Date: Sun, 28 Oct 2018 10:03:45 -0400
Remove unused dependency react-apple-easing
Diffstat:
3 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/package.json b/package.json
@@ -16,7 +16,6 @@
"js-sha256": "^0.9.0",
"lodash": "^4.17.5",
"react": "16.3.1",
- "react-apple-easing": "^0.0.2",
"react-native": "https://github.com/expo/react-native/archive/sdk-30.0.0.tar.gz",
"react-native-drawer-layout-polyfill": "^2.0.0",
"react-native-parsed-text": "^0.0.20",
diff --git a/src/usecase/buffers/ui/BufferContainer.tsx b/src/usecase/buffers/ui/BufferContainer.tsx
@@ -8,7 +8,6 @@ import {
Keyboard,
TextInput,
Image,
- Easing,
View,
Text,
EmitterSubscription,
diff --git a/yarn.lock b/yarn.lock
@@ -5707,11 +5707,6 @@ rc@^1.1.7:
minimist "^1.2.0"
strip-json-comments "~2.0.1"
-react-apple-easing@^0.0.2:
- version "0.0.2"
- resolved "https://registry.yarnpkg.com/react-apple-easing/-/react-apple-easing-0.0.2.tgz#dd216409784297fdcd8fb3754791d2e2dd56c41f"
- integrity sha1-3SFkCXhCl/3Nj7N1R5HS4t1WxB8=
-
react-clone-referenced-element@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/react-clone-referenced-element/-/react-clone-referenced-element-1.0.1.tgz#2bba8c69404c5e4a944398600bcc4c941f860682"