Skip to content

Commit af0c863

Browse files
Jonathan Kimfacebook-github-bot
Jonathan Kim
authored andcommitted
Remove fbobjc's RN copy
Reviewed By: mzlee Differential Revision: D6748752 fbshipit-source-id: 95a646948e4daa43d2e812782e0c8c3a88efe986
1 parent d37cdd9 commit af0c863

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/sync-css-layout.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ popd
4747
C_SRC=$GITHUB/src/
4848
JAVA_SRC=$GITHUB/src/java/src/com/facebook/yoga
4949
TESTS=$GITHUB/src/java/tests/com/facebook/yoga
50-
FBA_SRC=$ROOT/fbandroid/java/com/facebook/catalyst/js/react-native-github/ReactAndroid/src/main/java/com/facebook/yoga/
50+
FBA_SRC=$ROOT/xplat/js/react-native-github/ReactAndroid/src/main/java/com/facebook/yoga/
5151
FBA_TESTS=$ROOT/fbandroid/javatests/com/facebook/yoga/
52-
FBO_SRC=$ROOT/fbobjc/Libraries/FBReactKit/js/react-native-github/React/Layout/
52+
FBO_SRC=$ROOT/xplat/js/react-native-github/React/Layout/
5353

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

0 commit comments

Comments
 (0)