enableCustomViewType

Enable setting custom viewTypes on ViewRenderInfos.

After this is set, all ViewRenderInfos must be built with a custom viewType through ViewRenderInfo.Builder#customViewType(int), otherwise exception will be thrown.

Parameters

componentViewType

the viewType to be used for Component types, provided through ComponentRenderInfo. Set this to a value that won't conflict with your custom viewTypes.