react-native-dial
react-native-dial copied to clipboard
A react native reusable and efficient dial knob element
Hi using expo 36.0.0 and there is such warning ``` Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details. * Move code with side...
Just moved the panresponder to the constructor. seeing no side effects in testing. should deal with the deprecated componentWillMount
It seems like the `precision` prop that is used to configure how granular the turning of the knob is, is off. Not sure exactly what it is, I'll be investigating...