How do you handle mutable state in React Native?
A) Using React’s built-in useMutableSource Hook
B) Using React’s built-in useState Hook
C) Using the useMutable method provided by JavaScript
D) Using the Context API to manage state at the component level