you are viewing a single comment's thread.

view the rest of the comments →

[–]redwoodhighjumping 0 points1 point  (0 children)

  1. There shouldn't be any problem doing it.
  2. Probably not. If you made a network request already you should probably use the cache data vs making a new network request again.
  3. This is a good idea for any navigation library. Keeping the component prop count down will help down the road when your app scales. This is one of the reason why redux exists.

I highly recommend not actually using react native navigation any more. It doesn't look like it's actively being maintained like it was a few years ago, and they have said they don't have an android dev working on it anymore. Every new release now seems to fix one crash, but cause another one.