Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed ReactNativeFeatureFlag shim from RN bundle #10472

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 2 additions & 3 deletions scripts/rollup/modules.js
Expand Up @@ -127,10 +127,9 @@ function ignoreFBModules() {

function ignoreReactNativeModules() {
return [
// This imports NativeMethodsMixin, causing
// a circular dependency.
// This imports NativeMethodsMixin, causing a circular dependency.
'View',
// We have a shim for this file.
// This file is injected based on a runtime config.
'ReactNativeFeatureFlags',
];
}
Expand Down
19 changes: 0 additions & 19 deletions scripts/rollup/shims/react-native/ReactNativeFeatureFlags.js

This file was deleted.