From 78d570511aa3ff04bca88d9abce1b9e90a8d43ba Mon Sep 17 00:00:00 2001 From: Maxime Thirouin <157534+moox@users.noreply.github.com> Date: Wed, 11 Oct 2017 06:50:20 -0700 Subject: [PATCH] Remove unused variable in HelloNavigation example Summary: Because it's just unused :) Closes https://github.com/facebook/react-native/pull/16294 Differential Revision: D6030121 Pulled By: ericnakagawa fbshipit-source-id: c0e9ad75413cb2ab6fbf1b46517a033f36a627a7 --- local-cli/templates/HelloNavigation/components/KeyboardSpacer.js | 1 - 1 file changed, 1 deletion(-) diff --git a/local-cli/templates/HelloNavigation/components/KeyboardSpacer.js b/local-cli/templates/HelloNavigation/components/KeyboardSpacer.js index 818d28bb2..7324aded9 100644 --- a/local-cli/templates/HelloNavigation/components/KeyboardSpacer.js +++ b/local-cli/templates/HelloNavigation/components/KeyboardSpacer.js @@ -9,7 +9,6 @@ import { View, Keyboard, LayoutAnimation, - UIManager, } from 'react-native'; type Props = {