79447867

Date: 2025-02-18 10:27:20
Score: 1
Natty:
Report link

You are probably blocking the main thread during the API call. Ensure that your API call is wrapped in an asynchronous function (using async/await). Otherwise, you can also try using InteractionManager.runAfterInteractions to ensure that the API call doesn't block user.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Ayoub EL ABOUSSI