Skip to content

Commit

Permalink
Remove fbobjc's RN copy
Browse files Browse the repository at this point in the history
Reviewed By: mzlee

Differential Revision: D6748752

fbshipit-source-id: 95a646948e4daa43d2e812782e0c8c3a88efe986
  • Loading branch information
Jonathan Kim authored and facebook-github-bot committed Feb 8, 2018
1 parent d37cdd9 commit af0c863
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/sync-css-layout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ popd
C_SRC=$GITHUB/src/
JAVA_SRC=$GITHUB/src/java/src/com/facebook/yoga
TESTS=$GITHUB/src/java/tests/com/facebook/yoga
FBA_SRC=$ROOT/fbandroid/java/com/facebook/catalyst/js/react-native-github/ReactAndroid/src/main/java/com/facebook/yoga/
FBA_SRC=$ROOT/xplat/js/react-native-github/ReactAndroid/src/main/java/com/facebook/yoga/
FBA_TESTS=$ROOT/fbandroid/javatests/com/facebook/yoga/
FBO_SRC=$ROOT/fbobjc/Libraries/FBReactKit/js/react-native-github/React/Layout/
FBO_SRC=$ROOT/xplat/js/react-native-github/React/Layout/

echo "Copying fbandroid src files over..."
cp $JAVA_SRC/*.java $FBA_SRC
Expand Down Expand Up @@ -80,7 +80,7 @@ There is generated code in:
- README (this file)
- fbandroid/java/com/facebook/yoga
- fbandroid/javatests/com/facebook/yoga
- fbobjc/Libraries/FBReactKit/js/react-native-github/React/Layout
- xplat/js/react-native-github/React/Layout
The code was generated by running 'make' in the css-layout folder and running:
Expand Down

0 comments on commit af0c863

Please sign in to comment.