I have a code which flips between a dark theme and light theme on button click as follows:
App.js:
import React, { useState } from "react"; i