Skip to main content

All 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 ...
kabukiman's user avatar
  • 483
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 ...
Udbhav Vikram Singh's user avatar