Example usage for com.facebook.react.views.scroll ReactScrollViewCommandHelper getCommandsMap

List of usage examples for com.facebook.react.views.scroll ReactScrollViewCommandHelper getCommandsMap

Introduction

In this page you can find the example usage for com.facebook.react.views.scroll ReactScrollViewCommandHelper getCommandsMap.

Prototype

public static Map<String, Integer> getCommandsMap() 

Source Link

Usage

From source file:com.bottomsheetbehavior.ReactNestedScrollViewManager.java

License:Open Source License

@Override
public @Nullable Map<String, Integer> getCommandsMap() {
    return ReactScrollViewCommandHelper.getCommandsMap();
}