mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
updated css-layout and fixed callsites
Reviewed By: foghina Differential Revision: D2757965 fb-gh-sync-id: 061ff38ae59783edb36ff66516866e4a22fd6e25
This commit is contained in:
committed by
facebook-github-bot-9
parent
2ac0157a24
commit
c46936a00d
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
// NOTE: this file is auto-copied from https://github.com/facebook/css-layout
|
||||
// @generated SignedSource<<8276834951a75286a0b6d4a980bc43ce>>
|
||||
// @generated SignedSource<<e2f8139d4c50e4d2a9281a4587f8c095>>
|
||||
|
||||
package com.facebook.csslayout;
|
||||
|
||||
@@ -21,4 +21,5 @@ public class CachedCSSLayout extends CSSLayout {
|
||||
public float requestedWidth = CSSConstants.UNDEFINED;
|
||||
public float requestedHeight = CSSConstants.UNDEFINED;
|
||||
public float parentMaxWidth = CSSConstants.UNDEFINED;
|
||||
public float parentMaxHeight = CSSConstants.UNDEFINED;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user