React Native Router is a legacy navigation library created for early React Native applications. It wraps an application in a Router component and begins navigation from a required firstRoute object. Each route defines a component and can include a name that appears in the navigation bar. Screens move to new routes through the injected toRoute callback and can pass custom data to the destination.