FlashcardIntermediate
Creating and Consuming Context
createContext defines a context and useContext reads its value inside components.
Question
How do you create and consume a context in React Native?
Click to reveal answer
createContext defines a context and useContext reads its value inside components.
How do you create and consume a context in React Native?