dbrugne / donut-native

0 stars 0 forks source link

Modify every page "componentDidMount" that ask for network to delay after animation #199

Open dbrugne opened 8 years ago

dbrugne commented 8 years ago

With ...

InteractionManager.runAfterInteractions(() => {
  // ...long-running synchronous task...
});

For every "page" view that call a client.*Read/Users/...