easyReact Native#11

useContext theme provider

Prompt

Create a ThemeContext that provides a "dark" or "light" theme value. Build a component that consumes the context and renders its background color based on the theme.

Hints

Solution

Your Code

5 min

Tests

Click Run to test your code