Problem Statement
How can you cache API responses in a React Native app?
Explanation
You can use libraries like react-query or AsyncStorage to cache responses locally.
Caching reduces network calls and improves performance by serving previously fetched data instantly.