I'm into a problem that I have already asked the discussions tab in the react-native-reanimated
GitHub repository: this is the link in the github repo
I have cloned a react-native project and tried to install npm packages using npm install, but I have faced the error below
What I have done?
- I have tried npm install --legacy-peer-deps, was not helpful
- I have installed the packages from scratch, was not helpful
- I have tried yarn to install packages the error was gone but the issue persisted
- I have also tried configuring the flipper on the application but the app also does not connect to the flipper
Any ideas and suggestions would be appreciated :)