Kizspy | Question: 36
(Choose 1 answer)
Ordering steps in the process of how React Native works in Bridge architecture:
1.The main cable starts working and starts loading JavaScript loads
2.Produces a new DOM (structure) and sends changes to Shadow cable
3.If the JavaScript code is successfully uploaded, the main thread sends it to another JavaScript thread
4.Main thread is able to render something on the screen
5.The shadow string calculates the structure and sends the parameters/properties of the structure to the main
sequence
A. 1->3->2->5->4
B. 2-3-4->1->5
C. 1->2->3->4->5
D. 1->3->4->2->5