githuboftigran / rn-range-slider

A native slider with range
MIT License
234 stars 130 forks source link

Error on rendering in Modal components #107

Closed aminsaedi closed 2 years ago

aminsaedi commented 3 years ago

I got this error when i put a Slider component in a Modal Invariant Violation: [10613,"RCTView",{"transform":[{"translateX":"<<NaN>>"}]}] is not usable as a native method argument

tinydiv333 commented 3 years ago

Did you find any solution?

githuboftigran commented 2 years ago

@aminsaedi , it works properly with modal. When you open an issue for a library, please provide code.

roman-gula commented 2 years ago

@aminsaedi try to add width to Slider component - for example

<RangeSlider
    style={{ width: '100%' }}
    ...

I also had this issue, when slider rendered with only thumb width, and when I clicked on it, error appeared.

@githuboftigran maybe make width: '100%' by default for Slider with possibility set other width