問題タブ [react-native-navigation]
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.
reactjs - React-native ナビゲーション
Screen1.js と Screen2.js の 2 つのスクリーンを作成しました。Screen1.js はスプラッシュスクリーンになり、Screen2.js はログインスクリーンになります。私がやりたいことは、Screen1.js がレンダリングされてから 5 秒後に Screen2.js を開くことです。「react-native」から {Navigation} をインポートしようとしましたが、このライブラリにはもうありません。どうすればそれを行うことができますか?