mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-29 07:48:17 +08:00
Reviewed By: javache Differential Revision: D3561358 fbshipit-source-id: 894367bf2e019e5f9fbd40d34ef2752f26645b90
16 lines
611 B
Plaintext
16 lines
611 B
Plaintext
The source of truth for css-layout is: https://github.com/facebook/css-layout
|
|
|
|
The code here should be kept in sync with GitHub.
|
|
HEAD at the time this code was synced: https://github.com/facebook/css-layout/commit/a1f36b53f5464c8ee7abc311765dc3ecb1b879c6
|
|
|
|
There is generated code in:
|
|
- README (this file)
|
|
- fbandroid/java/com/facebook/csslayout
|
|
- fbandroid/javatests/com/facebook/csslayout
|
|
- fbobjc/Libraries/FBReactKit/js/react-native-github/React/Layout
|
|
|
|
The code was generated by running 'make' in the css-layout folder and running:
|
|
|
|
scripts/sync-css-layout.sh <pathToGithubRepo> <pathToFbSourceRepo>
|
|
|