Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/callstack/react-native-slider
/ SliderRef
Interface
SliderRef
package/typings/index.d.ts:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
export
interface
SliderRef {
20
updateValue(value: number): void;
21
}
22
23
export
type
TrackMarksProps = {
24
isTrue: boolean;
Callers
nothing calls this directly
Implementers
1
ReactSlider
package/android/src/main/java/com/reac
Calls
no outgoing calls
Tested by
no test coverage detected