問題タブ [react-native-sectionlist]
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 - Hide / View Section Items - 機能 onPress Section Header を実装したい
セクション リストがあります。セクション アイテムの非表示/表示を実装したい -onPress
セクション ヘッダー機能を実装してください。
react-native - React Native: SectionList は renderItem からヘッダーを取得します
renderItem からヘッダー名を取得しようとしていますが、未定義になります。チェックリストの名前が必要なので、renderItem に渡そうとしています。
これは私のコードです誰でも私を助けることができますか?
typescript - TypeScript + React Native SectionList
この呼び出しに一致するオーバーロードはありません。2 つのオーバーロード 1、「(props: Readonly<SectionListProps>): SectionList」で次のエラーが発生しました。タイプ '{ children: any[]; にプロパティ 'sections' がありません。}' ですが、タイプ 'Readonly<SectionListProps>' では必須です。オーバーロード 2 の 2、「(props: SectionListProps、context?: any): SectionList」で次のエラーが発生しました。タイプ '{ children: any[]; にプロパティ 'sections' がありません。}' ですが、タイプ 'Readonly<SectionListProps>' では必須です。