hardReact Native#20

InteractionManager for heavy ops

Prompt

Use InteractionManager.runAfterInteractions to defer a heavy computation (simulated with a loop of 100M iterations) until after navigation transitions complete.

Hints

Solution

Your Code

10 min

Tests

Click Run to test your code