LoginSignup
0
0

More than 5 years have passed since last update.

react navigationで同じscreenに再移動 個人メモ

Last updated at Posted at 2018-07-02

altrouteAからrouteAへ違うパラメータで遷移したい時、
例えば、home, detailsという二つの画面があり、detailsにあるアイテムをクリックすると、detailsに遷移するときなどだ。(同じ画面を異なるparamsで使いまわしたい時)
navigation.navigateは使うことができない。

navigateion.pushを使おう。
公式に書いてある。
https://reactnavigation.org/docs/en/navigating.html

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0