This test app consistently repros the React Native crash from #10433 in the simulator. The app just rapidly hides and shows a few images.
- React Native 5850165 (from master on Nov 23)
- iPhone 6s+ Simulator (iOS 9.2)
- Using RN packager
- Running app in debug mode
- Clone the repro app from https://github.com/rigdern/RNImageRepro
- Run
npm install
- Run the app in the simulator
- Click the "Start" button
The app crashes in under a minute. Usually, it crashes on one of these lines but I've seen it crash on a few other lines as well. Note that sometimes I see the images flickering and sometimes I don't see them at all. Both eventually result in a crash for me.