WadhahEssam / react-native-theme-switch-animation

A Plug & Play Animations for Switching (Dark/Light) Themes. 🌖
MIT License
344 stars 24 forks source link

Support for node 16? #2

Closed ThalesBMC closed 11 months ago

ThalesBMC commented 11 months ago

I would love that the minimum requirements of this library was node v16

WadhahEssam commented 11 months ago

@ThalesBMC what is the issue that you get when using/installing it, so I can confirm this issue is gone

ThalesBMC commented 11 months ago

@ThalesBMC what is the issue that you get when using/installing it, so I can confirm this issue is gone

@WadhahEssam When I try to run yarn install on my project, which uses v16, it displays an error indicating incompatibility because the minimum requirement for your project is Node >= 18. "engines": { "node": ">= 18.0.0" },

Error: error react-native-theme-switch-animation@0.4.1: The engine "node" is incompatible with this module. Expected version ">= 18.0.0". Got "16.16.0"

WadhahEssam commented 11 months ago

got it 👍

WadhahEssam commented 11 months ago

done