as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
AWS
文档
Support
Contact Us
My Cases
新手入门
设计和开发
应用发布
参考
支持
感谢您的访问。此页面目前仅提供英语版本。我们正在开发中文版本。谢谢您的理解。

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.