一个 React Native 组件库,提供对滑块控件的系统 UI 的访问。
一个组件库,它提供对滑块控件的系统 UI 的访问,允许用户通过拖动锚点在一系列值中进行选择。
¥A component library that provides access to the system UI for a slider control, that allows users to pick among a range of values by dragging an anchor.
¥Installation
-
npx expo install @react-native-community/slider
If you are installing this in an existing React Native app (bare workflow), start by installing expo
in your project. Then, follow the additional instructions as mentioned by library's README under "Installation in bare React Native projects" section.
¥Usage
请参阅 @react-native-community/slider
处的完整文档。
¥See full documentation at @react-native-community/slider
.