mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-08 07:53:15 +08:00
Fix UIExplorer search bar look on Android
Summary: Remove the underline color of the TextInput so the search input looks the same as iOS. Also add a missing type import. Before  After:  Closes https://github.com/facebook/react-native/pull/9889 Differential Revision: D3858957 fbshipit-source-id: 322fd391ef055c742f5dd8f324a9b45965eb278f
This commit is contained in:
committed by
Facebook Github Bot 6
parent
df83f05737
commit
f3253c0f84
@@ -42,6 +42,8 @@ const UIManager = require('UIManager');
|
||||
const URIActionMap = require('./URIActionMap');
|
||||
const View = require('View');
|
||||
|
||||
import type {UIExplorerNavigationState} from './UIExplorerNavigationReducer';
|
||||
|
||||
UIManager.setLayoutAnimationEnabledExperimental(true);
|
||||
|
||||
const DRAWER_WIDTH_LEFT = 56;
|
||||
|
||||
Reference in New Issue
Block a user