avishain / react-native-range-slider-expo

Customizable range slider for react native apps
MIT License
29 stars 12 forks source link

incompatible peer dependency #29

Open amopitt opened 1 year ago

amopitt commented 1 year ago

running into peer dependency conflicts because the version is pinned to only allow to 1.6.1 < 2.0.0 however the devDependencies show its using 2.3.1

amopitt commented 1 year ago

Installed both peer dependencies locally within the fork, then ran npm install. Ran npm pack and installed the .tgz into our RN project. Launched via expo and it is working as I expected. I did bump the version to test locally to 2.0.0, so up to you if you accept how you want to apply a new version. Also ran the tsc task to ensure that was building properly.

image