mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Reviewed By: lucasr Differential Revision: D3167760 fb-gh-sync-id: f4f13bcb09a2d8b2db2764bd31fa8cbd8edb484b fbshipit-source-id: f4f13bcb09a2d8b2db2764bd31fa8cbd8edb484b
15 lines
537 B
Plaintext
15 lines
537 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/b0d00ad33850d83450139d994bded89d20ddac32
|
|
|
|
There is generated code in:
|
|
- README.facebook (this file)
|
|
- java/com/facebook/csslayout (this folder)
|
|
- javatests/com/facebook/csslayout
|
|
|
|
The code was generated by running 'make' in the css-layout folder and running:
|
|
|
|
./syncFromGithub.sh <pathToGithubRepo> <pathToFbAndroid>
|
|
|