RCTBaseTextInputViewManager: new base class for TextInput view managers

Summary: Bunch or identical code was moved to superclass.

Reviewed By: mmmulani

Differential Revision: D6663772

fbshipit-source-id: 82321f56bbab0e9d17c0227c97dd86904cf5ab30
This commit is contained in:
Valentin Shergin
2018-01-07 18:21:48 -08:00
committed by Facebook Github Bot
parent 176a578238
commit c491b22233
7 changed files with 95 additions and 88 deletions

View File

@@ -0,0 +1,14 @@
/**
* Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
#import <React/RCTViewManager.h>
@interface RCTBaseTextInputViewManager : RCTViewManager
@end