ismnoiet / react-native-range-slider

The high-quality native iOS range slider for react native.
63 stars 10 forks source link

Forward setNativeProps to native component #8

Closed landvast closed 5 years ago

landvast commented 5 years ago

As seen in this document https://facebook.github.io/react-native/docs/direct-manipulation.

landvast commented 5 years ago

@ismnoiet - Hello! I'm using your component in a configuration screen where several of the controls can affect each other. Consequently, I want to be able to use direct manipulation and avoid re-rendering the entire state tree. Do you think this would be valuable, or should I close my pull request?