incompatible with [email protected]
Can't install it with react 18.2.0

did work with --force though!!!
It installs properly with the following command: 'npm isntall --global react-tinder-card'
but after that the Module not found error occured

Should be fixed by #110
This should be fixed in 1.5.2 🎉
It installs properly with the following command: 'npm isntall --global react-tinder-card'
but after that the Module not found error occured
You definitely should not install this module with --global since your project wont include the module later if somebody else tries to run it.
As @LinusU this is fixed in 1.5.2. Just install the latest version by running npm install react-tinder-card and all should be working!