mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: In some cases (BottomSheet?) the parent/ViewManager removes all children of the View before Fabric gets a chance to remove the children. Apparently prior to D23368229 (https://github.com/facebook/react-native/commit/d344fb4e29a827d1e7d233672a3efe3b2b981a8a) (landed just today!) this sequence of operations happened and just noop'ed. Since we've been doing that happily as long as Fabric has existed, we'll keep doing that for now. I suspect that on *some* versions of Android this crashes and others it doesn't, based on logviews and my inability to repro certain crashes. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D23387044 fbshipit-source-id: 88a46191adef4f6816bd7babd9103d103ddcef33
Building React Native for Android
See the docs on the website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.