問題タブ [react-native-listview]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
react-native - RN ScrollView で scrollEnabled を False に動的に設定する
scrollEnabled
スクロールが特定の位置に達したときに、React Native ScrollViewの param の bool 値を変更するにはどうすればよいですか?
ScrollView 内に ScrollView がありますが、外側の ScrollView が原因で内側の ScrollView が応答しません。内側の ScrollView は、scrollEnabled
param がFalse
外側の ScrollView に設定されている場合に機能します。scrollEnabled={false}
私の考えは、一番下に到達したときに外側の ScrollView を動的に設定することです。これを行うにはどうすればよいですか。
ありがとう、