A React Native wheel picker that allows endless scrolling through repeating content
npm install @pluto-whale-studio/repeating-wheel-pickerA React Native wheel picker that allows endless scrolling through repeating content.
Supports custom types for picker data.
``sh`
npm install @pluto-whale-studio/repeating-wheel-picker
`tsx
import RepeatingWheelPicker, {
type RepeatingWheelPickerProps,
} from "@pluto-whale-studio/repeating-wheel-picker";
// ...
const [, setSelected] = useState
return (
setSelected={setSelected}
initialIndex={0}
data={["first", "second", "third"]}
/>
);
``
 
 
Contributions are currently not intended.
---