State Management
Native and React Native state
Given our Native app will embed React Native screens, native bridging code is required inside this architecture to allow for the required communication between screens.
This page will be updated to include the decisions made for how bridging should be implemented (including code snippets).