Example usage for com.facebook.react.uimanager SimpleViewManager subclass-usage

List of usage examples for com.facebook.react.uimanager SimpleViewManager subclass-usage

Introduction

In this page you can find the example usage for com.facebook.react.uimanager SimpleViewManager subclass-usage.

Usage

From source file com.android.qatest.rct.RCTImageManager.java

/**
 * Copyright (c) 2015-present, Facebook, Inc.
 * All rights reserved.
 * <p>
 * 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

From source file com.android.qatest.rct.RCTViewManager.java

/**
 * Copyright (c) 2015-present, Facebook, Inc.
 * All rights reserved.
 * <p>
 * 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

From source file com.blockablewebview.BlockableWebViewManager.java

/**
 * Manages instances of {@link WebView}
 *
 * Can accept following commands:
 *  - GO_BACK
 *  - GO_FORWARD

From source file com.phxrb.CWebView.RNWebViewManager.java

/**
 * Manages instances of {@link WebView}
 *
 * Can accept following commands:
 *  - GO_BACK
 *  - GO_FORWARD

From source file com.reactlibrary.RNWebViewLocalCacheManager.java

/**
 * Manages instances of {@link WebView}
 *
 * Can accept following commands:
 *  - GO_BACK
 *  - GO_FORWARD

From source file com.reactlibrary.SGScanditPicker.java

public class SGScanditPicker extends SimpleViewManager<BarcodePicker> implements OnScanListener {

    private static final String REACT_CLASS = "SGScanditPicker";

    private static final int COMMAND_STOP_SCANNING = 0;
    private static final int COMMAND_START_SCANNING = 1;

From source file com.roihuapp.CacheClearableWebViewManager.java

public class CacheClearableWebViewManager extends SimpleViewManager<WebView> {

    private static final String REACT_CLASS = "RCTCacheClearableWebView";

    private static final String HTML_ENCODING = "UTF-8";
    private static final String HTML_MIME_TYPE = "text/html; charset=utf-8";

From source file com.shahenlibrary.VideoPlayer.VideoPlayerViewManager.java

public class VideoPlayerViewManager extends SimpleViewManager<VideoPlayerView> {
    private static final String REACT_PACKAGE = "RNVideoProcessing";
    private final String SET_SOURCE = "source";
    private final String SET_PLAY = "play";
    private final String SET_REPLAY = "replay";
    private final String SET_VOLUME = "volume";

From source file com.supermap.rnsupermap.MapViewManager.java

/**
 * Created by will on 2016/6/16.
 */
public class MapViewManager extends SimpleViewManager<MapView> {
    public static final String REACT_CLASS = "RCTMapView";
    private final String sdcard = android.os.Environment.getExternalStorageDirectory().getAbsolutePath().toString();

From source file com.supermap.rnsupermap.ServerView.java

/**
 * Created by will on 2016/6/14.
 */
public class ServerView extends SimpleViewManager<MapView> {
    public static final String REACT_NAME = "ServerView";
    private final String sdcard = android.os.Environment.getExternalStorageDirectory().getAbsolutePath().toString();