Files
react-native/ReactAndroid
Andy Street c0108a269d Use an atomic bool to track bridge destruction
Summary: We're seeing intermittent crashes in ~Bridge() where m_destroyed isn't set. This could be because the value of m_destroyed is cached for the destructing thread and doesn't see that the value got updated. Using an atomic boolean should fix this.

Reviewed By: mhorowitz

Differential Revision: D3126701

fb-gh-sync-id: 5887edef748cc05971765943de80187ab7fd8ede
fbshipit-source-id: 5887edef748cc05971765943de80187ab7fd8ede
2016-04-05 13:24:31 -07:00
..
2016-01-22 16:20:13 +00:00
2016-03-10 06:02:21 -08:00
2015-12-31 12:26:10 +04:00
2016-03-24 08:41:24 -07:00

Building React Native for Android

See docs on the website.