
react4j.internal.NativeView Maven / Gradle / Ivy
The newest version!
package react4j.internal;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import jsinterop.annotations.JsConstructor;
import jsinterop.annotations.JsMethod;
import jsinterop.annotations.JsOverlay;
import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsProperty;
import jsinterop.annotations.JsType;
import jsinterop.base.JsPropertyMap;
import react4j.ReactNode;
/**
* The react native component.
*/
@JsType( isNative = true, namespace = JsPackage.GLOBAL, name = "React.Component" )
@SuppressWarnings( "unused" )
public abstract class NativeView
{
@JsProperty( name = "props" )
private JsPropertyMap
© 2015 - 2025 Weber Informatics LLC | Privacy Policy