grabbou / react-native-recipes

A curated list of React Native (not-only) recipes to boost your app
19 stars 0 forks source link

Example of using InteractionManager to avoid Navigator transition delays #1

Closed browniefed closed 8 years ago

browniefed commented 9 years ago

https://github.com/brentvatne/run-after-interactions-exp

grabbou commented 9 years ago

That's good. Been using it to avoid SideMenu delays as well.