問題タブ [react-navigation-drawer]
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 - 反応ナビゲーション - TabNavigator 内のヘッダー メニュー アイコンの DrawerNavigator -> StackNavigator
すべての画面でグローバルに HeaderLeft メニュー アイコンを表示したい。メニュー アイコンをクリックすると、ドロワー メニューを表示する必要があります。ドロワーメニューの開閉には「OpenDrawer」、「CloseDrawer」メソッドを使用しています。
しかし、私は常に取得しています」undefined is not a function (evaluating 'props.navigation.openDrawer()')"
。次のことも試しました
しかし、上記のどれもうまくいきませんでした。ここに私の部分的なコードがあります