import React, { useState } from 'react' import { Button, TextInput, Text, View } from 'react-native' export default function Scroll(props) { const [wheelIndex, setWheelIndex] = useState("0") const [scrollTimes, setScrollTimes] = useState("1") return ( Wheel index Scroll times