@JsType(isNative=true,
namespace="<global>",
name="React.Component")
public abstract class NativeView
extends Object
The react native component.
-
Constructor Summary
Constructors
-
Method Summary
final void
final jsinterop.base.JsPropertyMap<Object>
final void
final jsinterop.base.JsPropertyMap<Object>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NativeView
@JsConstructor
protected NativeView(@Nullable
jsinterop.base.JsPropertyMap<Object> inputs)
-
Method Details
-
-
-
state
@JsOverlay
@Nullable
public final jsinterop.base.JsPropertyMap<Object> state()
-
setState
public final void setState(@Nonnull
jsinterop.base.JsPropertyMap<Object> state)
-