Search⌘ K
AI Features

Planning the Required Surfaces and Components

Explore how to identify and plan app surfaces such as Feed, Profile, Conversations, and Messaging in React Native. Understand how to break down these surfaces into reusable components like avatars and cards. Discover strategies for managing styles and navigation to create a cohesive app structure.

Required app surfaces

We can divide our app into surfaces and then break them down into smaller, reusable components. Our app will need the following surfaces:

  • Feed (which is also our home surface)

  • Profile

  • Favorites

  • Conversations

  • Messaging

We have these surfaces set up as files in ...