As part of new release of react-native, they released a performance boost feature where you can essentially "lazy-load" components and screens. This allows for inline requires and they have an experimental import support. Now, when we create navigator with React-Navigation we declare all the screens at the beginning. Is there a way we could use this lazy load feature in conjunction with react navigation screens?