diff --git a/desktop/flipper-frontend-core/src/index.tsx b/desktop/flipper-frontend-core/src/index.tsx index a83b9940c..c8d6f87b8 100644 --- a/desktop/flipper-frontend-core/src/index.tsx +++ b/desktop/flipper-frontend-core/src/index.tsx @@ -22,3 +22,4 @@ export * from './plugins'; export {getPluginKey} from './utils/pluginKey'; export * from './flipperLibImplementation'; export * from './client/FlipperServerClient'; +export {default as frontendCoreConstants} from './fb-stubs/constants'; diff --git a/desktop/flipper-ui-core/src/fb-stubs/constants.tsx b/desktop/flipper-ui-core/src/fb-stubs/constants.tsx index abfc7f6fa..2973ff051 100644 --- a/desktop/flipper-ui-core/src/fb-stubs/constants.tsx +++ b/desktop/flipper-ui-core/src/fb-stubs/constants.tsx @@ -8,13 +8,14 @@ */ import {DeviceOS} from 'flipper-plugin'; +import {frontendCoreConstants} from 'flipper-frontend-core'; export default Object.freeze({ + ...frontendCoreConstants, + // Enables the flipper data to be exported through shareabale link ENABLE_SHAREABLE_LINK: false, - IS_PUBLIC_BUILD: true, - FEEDBACK_GROUP_LINK: 'https://github.com/facebook/flipper/issues', // Workplace Group ID's