Example usage for com.facebook.react.views.textinput ReactTextInputManager ReactTextInputManager

List of usage examples for com.facebook.react.views.textinput ReactTextInputManager ReactTextInputManager

Introduction

In this page you can find the example usage for com.facebook.react.views.textinput ReactTextInputManager ReactTextInputManager.

Prototype

ReactTextInputManager

Source Link

Usage

From source file:com.doozy.shell.DoozyReactPackage.java

License:Open Source License

@Override
public List<ViewManager> createViewManagers(ReactApplicationContext reactContext) {
    return Arrays.<ViewManager>asList(new ReactDrawerLayoutManager(), new ReactHorizontalScrollViewManager(),
            new ReactImageManager(), new ReactProgressBarViewManager(), new ReactRawTextManager(),
            new ReactScrollViewManager(), new ReactSwitchManager(), new ReactTextInputManager(),
            new ReactTextViewManager(), new ReactToolbarManager(), new ReactViewManager(),
            new ReactVirtualTextViewManager());
}