createViewUnsafe

open fun createViewUnsafe(@NonNull componentName: String, reactTag: Int, @Nullable props: ReadableMap, @Nullable stateWrapper: StateWrapper, @Nullable eventEmitterWrapper: EventEmitterWrapper, isLayoutable: Boolean)

Perform view creation without any safety checks. You must ensure safety before calling this method (see existing callsites).

Parameters

componentName
reactTag
props
stateWrapper
eventEmitterWrapper
isLayoutable