JoseRFelix/react-toggle-dark-mode

Cannot animate between AnimatedValue and AnimatedString, as the "to" prop suggests

Closed this issue · 2 comments

Unhandled Runtime Error

I am using next.js and when ever i clicked a button error occured

I would love to help you with this, but I need more details about this.

I am using JavaScript and I think the problem is the TypeScript Built in this plugin

const toggleDarkMode = (checked: boolean) => { // type Boolean
    setDarkMode(checked);
};