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
This commit is contained in:
parent
752b68857c
commit
78d570511a
|
@ -9,7 +9,6 @@ import {
|
||||||
View,
|
View,
|
||||||
Keyboard,
|
Keyboard,
|
||||||
LayoutAnimation,
|
LayoutAnimation,
|
||||||
UIManager,
|
|
||||||
} from 'react-native';
|
} from 'react-native';
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
|
|
Loading…
Reference in New Issue