prscX / react-native-fluidic-slider

React Native: Native Fluidic Slider
Apache License 2.0
196 stars 20 forks source link

the values dose not update #10

Open mohsenomidi opened 5 years ago

mohsenomidi commented 5 years ago

Dear prscX,

Thanks for your great component, its really cool

i have problem on re-rendering, I use the Web Service to update min, max values on the slider, after i set the min, ,max value, i render the page again, but the values on slider will be zero, till I tap the component, in this time it will be update to the new values, it mean in re rendering the page (with the new values) it dose not take effect.

Regards

linhmimoza commented 5 years ago

Dear prscX, I met the same issue. Please release new version.

Regards

davidyong0418 commented 5 years ago

Hi prscX!

After upgrading React Native version to latest version, I faced that the slider value didn't not update. It only display zero value... Also, the value updates on debug mode, but not update on release mode.

Any solution for this? Regards