The document discusses how to build a movie explorer app using React Native and the Navigator component. It covers setting up the basic navigator with initial and render scene functions. It then discusses adding multiple scenes, manipulating the route stack, adding navigation bars, and transitions. It also covers splitting code into separate scene components, passing data between scenes, using the ListView component to display search results, making API calls to the OMDb API, and displaying detailed movie information in a second scene.