Identify components
When building apps with React Native for Vega (and React Native), we recommend breaking down our UX into individual components (for more detail, see ‘Thinking in React’). Components are a key concept of Reactive design (which is where “React” gets its name). In this project, we can break our landing screen into a Header component and a VideoCard component:
Video card component

