All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.facebook.react.uimanager.UIBlock Maven / Gradle / Ivy

There is a newer version: 0.52.u
Show newest version
package com.facebook.react.uimanager;

import android.view.View;

/**
 * A task to execute on the UI View for third party libraries.
 */
public interface UIBlock {
  public void execute(NativeViewHierarchyManager nativeViewHierarchyManager);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy