Difference between “lazyLoad” and “lazy” in react-navigation options
问题 I had a problem re-rendering my component on tabs change, and apparently adding lazyLoad: true to the navigation options solved it. But I don't understand very well how it works...especially before that, I had another problem and adding lazy: true to options solved it. so my question is, what is the difference between the two and how they work in react-navigation :) 回答1: There are two major releases of react navigation , react-navigation-v1 and react-navigation-v2 When react-navigation loads