I'm sharing sample code for it: class App extends React.Component { constructor() { super() this.state = { speed: 0.5 } } render() { return ( <SafeAreaView> ...
確定! 回上一頁