Skip to content

Commit

Permalink
remove rn directory feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
drewvolz committed Oct 15, 2023
1 parent 5b1a7ee commit 19080cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
15 changes: 0 additions & 15 deletions modules/app-config/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,6 @@ export {AppConfigKey} from './types'

export const AppConfig = async (): Promise<FeatureFlagSectionType[]> => {
return [
{
title: 'Directory',
data: [
{
title: 'React Native',
data: [
{
configKey: AppConfigKey.ReactNativeDirectory,
title: 'RN Directory',
active: await getFeatureFlag(AppConfigKey.ReactNativeDirectory),
},
],
},
],
},
{
title: 'StoPrint',
data: [
Expand Down
1 change: 0 additions & 1 deletion modules/app-config/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ export interface FeatureFlagType {
}

export enum AppConfigKey {
ReactNativeDirectory = 'ReactNativeDirectory',
MockStoprintData = 'MockStoprintData',
}

0 comments on commit 19080cb

Please sign in to comment.