All Questions
Tagged with react-lazy-load react-native
2 questions
0
votes
0
answers
54
views
React navigation loading freeze on heavy component
I have a problem with React Native navigation (Expo Router). I have a slow loading (initial rendering) component on one of the screens and every time I move to that screen, the app freezes before ...
1
vote
1
answer
785
views
How to Lazy load webView in react native?
I have Implemented using React.lazy and Suspense in react-native but it seems it does not working with react-native.
I had followed This Youtube Video
Basicaly I want to embed Youtube Player in react ...