問題タブ [react-native-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 - 動的な画像と名前でネイティブの Drawer Navigator に反応する
私は反応ネイティブで初めてで、以下のコードで使用したサーバーからのデータを表示したいのですが、API を呼び出すためにここでフェッチ メソッドを使用する方法がわかりません。
これは引き出しナビゲーターです:
以下のコンポーネントで動的な画像と名前を使用したい:
上記のコードでは、DrawerNavigator を呼び出すために const AppDrawerNavigator を使用し、contentComponent には CustomDrawerContentComponent を使用したため、ここで API メソッドを使用する方法が非常に混乱しています。