will flashlist create all vdom node in js thread advance

I want to know if flashlist will create all vdom nodes ahead of time in js thread. Just like flatList will create all nodes in advance.

Because I want to know if it will create all vdom nodes in advance and thus block the js thread.