Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/facebook/react-native.git. Pull mirroring updated .
  1. Dec 02, 2016
  2. Nov 23, 2016
  3. Nov 22, 2016
  4. Nov 21, 2016
    • Pieter De Baets's avatar
      Fix loop when websocket executor is used without packager present · f255bda5
      Pieter De Baets authored
      Reviewed By: mhorowitz
      
      Differential Revision: D4159911
      
      fbshipit-source-id: db913704641daf055060f5fe4561479daf76cd5a
      f255bda5
    • Andy Street's avatar
      BREAKING [react_native] Move to new C-based implementation of css-layout in RN Android · d63ba47b
      Andy Street authored
      Summary:
      Moves from CSSNodeDEPRECATED to CSSNode. This has shown to be a huge performance win for layout time within FB.
      
      This is BREAKING because CSSNode contains bug fixes that were not migrated to CSSNodeDEPRECATED which may change the way your layout appears. The most common of these by far involves `flex: 1`.
      
      Previously, developers had to put `flex: 1` in many places it didn't belong in order to work around a bug in css-layout. Now `flex: 1` is treated properly and, unfortunately, this means that your layout may no longer look correct. Specifically, you may see that your layout looks collapsed, or children don't render. The fix is to simply remove `flex: 1` from those containers.
      
      Reviewed By: emilsjolander
      
      Differential Revision: D3992787
      
      fbshipit-source-id: 7a3a2a34a8941c0524e6ba3c5379e434d3e03247
      d63ba47b