as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support

Part 2: Introduction

Welcome to Part 2 of the "Build a Vega Video App" guide. In this section, we are going to extend the app we built in part one, and introduce the Vega Navigation package. The Vega Navigation package gives us better ways to navigate between screens. This package is based on the React Native Navigation package and works the same way.

We'll add two new screens called VideoPlaybackScreen and VideoDetailScreen. When the user selects a video from the list, they'll see the Video Detail Screen. From the detail screen, they can go back to the Landing Screen, or play the video, which launches the Video Playback Screen which allows video playback using your player of choice.