Skip to main content

ReactViewOptions

New Architecture

Kind: class

EXPERIMENTAL

Settings per each IReactViewHost associated with an IReactHost instance.

Properties

ComponentName

string ComponentName

EXPERIMENTAL

Name of a component registered in JavaScript via AppRegistry.registerComponent('ModuleName', () => ModuleName);

InitialProps

JSValueArgWriter InitialProps

EXPERIMENTAL

Set of initial component properties. It is a JSON string.

Constructors

ReactViewOptions

ReactViewOptions()

Referenced by

Old Architecture

Kind: class

EXPERIMENTAL

Settings per each IReactViewHost associated with an IReactHost instance.

Properties

ComponentName

string ComponentName

EXPERIMENTAL

Name of a component registered in JavaScript via AppRegistry.registerComponent('ModuleName', () => ModuleName);

InitialProps

JSValueArgWriter InitialProps

EXPERIMENTAL

Set of initial component properties. It is a JSON string.

Constructors

ReactViewOptions

ReactViewOptions()

Referenced by