Weight-loss App Example
Here is an example application which uses ViewControllers on iOS and Framents on Android for each page in the app. The main navigation is built using Storyboard with a UITabBarController to navigate between the three main different sections of the application: the Measurements page, Recipies page, and the User Details page.
Felt Portal
Felt Portal used to present the “Get Care Now” experience as an overlay with the PageSheet style, demonstrating Portals use in a modal view.
The Help and User Details pages display the portal in a ViewController. These are implemented the same way, however the User Details page is displayed as the third tab in the main application navigation Storyboard.
Seamless Intergration
We can see the Native Screens are seamlessly integrated with the Felt experience
The source is available on GitHub and includes the iOS, Android, and Web projects.