mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-09 09:12:06 +08:00
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/d3b702e1ad0925f8683ce3039be8e493abbf179b
|
|
|
|
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>
|
|
|