mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Reason - to keep IOS and Android in sync
A new update will be coming to master branch
This reverts commit f538032888.
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/219bdaed15c16bbf7c1f2bab17ad629d04cc4199
|
|
|
|
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>
|
|
|