From 61cd5961377e04f0bc91b88c78a8e6b8a8094de4 Mon Sep 17 00:00:00 2001 From: David Vacca Date: Tue, 14 Jul 2020 21:26:07 -0700 Subject: [PATCH] Remove unused dependency Summary: Remove unused dependency changelog: [Internal] Reviewed By: JoshuaGross Differential Revision: D22470766 fbshipit-source-id: e49180d1a9eb01e8380fb2bde16b8d4378018693 --- .../Components/TextInput/AndroidTextInputNativeComponent.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Libraries/Components/TextInput/AndroidTextInputNativeComponent.js b/Libraries/Components/TextInput/AndroidTextInputNativeComponent.js index 27f7abbe7d1..dffccc428ff 100644 --- a/Libraries/Components/TextInput/AndroidTextInputNativeComponent.js +++ b/Libraries/Components/TextInput/AndroidTextInputNativeComponent.js @@ -25,7 +25,6 @@ import type {ColorValue} from '../../StyleSheet/StyleSheet'; import requireNativeComponent from '../../ReactNative/requireNativeComponent'; import codegenNativeCommands from '../../Utilities/codegenNativeCommands'; import type {TextInputNativeCommands} from './TextInputNativeCommands'; -import * as React from 'react'; import AndroidTextInputViewConfig from './AndroidTextInputViewConfig'; const ReactNativeViewConfigRegistry = require('../../Renderer/shims/ReactNativeViewConfigRegistry');