What is the purpose of the Context API in React Native?
The Context API in React Native is used to manage global application state that needs to be accessed by multiple components across the component tree. It provides a way to pass data through the component tree without having to manually pass props down through each level.