Demos the setTimeout/setInterval bug in react-native.
- Clone &
npm install
. react-native run-ios
- Run the remote debugger in the simulator.
- Open
index.ios.js
in project root. - Adjust the delay on line 25 to break the timeout. Usually over 1500ms is enough to break it.