as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
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.