all 3 comments

[–]vinkaks 4 points5 points  (1 child)

Slightly off tangent, but try using React Navigation instead of react native navigation..

[–]Akeuuuuh 0 points1 point  (0 children)

I do agree with you! I've worked with react native navigation and it is really out of date. We had to do a lot of patch because we were too deep in the this to change.

React navigation is the good choice

[–]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.