Skip to content

Commit 5ac601c

Browse files
committed
rm ReactNative.js too
1 parent 0a5146e commit 5ac601c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/runtime_commit_artifacts.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,13 @@ jobs:
162162
mv build/facebook-react-native/react-is/cjs/ $BASE_FOLDER/RKJSModules/vendor/react/react-is/
163163
mv build/facebook-react-native/react-test-renderer/cjs/ $BASE_FOLDER/RKJSModules/vendor/react/react-test-renderer/
164164
165-
# Delete the legacy renderers. These will be removed from the repo in a followup.
165+
# Delete the OSS renderers, these are sync'd to RN separately.
166166
RENDERER_FOLDER=$BASE_FOLDER/react-native-github/Libraries/Renderer/implementations/
167+
SHIM_FOLDER=$BASE_FOLDER/react-native-github/Libraries/Renderer/shims/
167168
rm $RENDERER_FOLDER/ReactFabric-{dev,prod,profiling}.js
169+
170+
# Delete the legacy renderer shim, this is not sync'd and will get deleted in the future.
171+
rm $SHIM_FOLDER/ReactNative.js
168172
169173
# Copy eslint-plugin-react-hooks
170174
# NOTE: This is different from www, here we include the full package

0 commit comments

Comments
 (0)