For any one who want to try the demo out immediately before reading the rest of the post. Open Stackblitz Nativescript preview Download the Nativescript preview app: android ios Login, scan the code and enjoy Context Forms can always be a pain, especially if they large in size. Think of a KYC process in a highly regulated industry where there are plenty of steps and several complexities. As developers we code over and over the different elements and take care of all the dependencies. Once the development is done, two months pass, the requirements change, and the poor developers needs to visit back the code base and (hopefully) refactor to adapt to the changes. The bigger the form , the more complex the dependencies become. The more complex the dependencies become, the more refactoring involved. Further to that the mobile team needs to keep in sync with the changes as well and this may result as well in further divergences. Let's not forget also, the team developing the API layer.…