Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 320 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 320 Bytes

timeout-bug

Demos the setTimeout/setInterval bug in react-native.

Reproduction:

  1. Clone & npm install.
  2. react-native run-ios
  3. Run the remote debugger in the simulator.
  4. Open index.ios.js in project root.
  5. Adjust the delay on line 25 to break the timeout. Usually over 1500ms is enough to break it.