diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/icons.tsx | 2 | ||||
-rw-r--r-- | src/lib/statsig/gates.ts | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/icons.tsx b/src/lib/icons.tsx index 3690783d3..6e0be9d0a 100644 --- a/src/lib/icons.tsx +++ b/src/lib/icons.tsx @@ -1,4 +1,4 @@ -import {StyleProp, TextStyle, ViewStyle} from 'react-native' +import {type StyleProp, type TextStyle, type ViewStyle} from 'react-native' import Svg, {Ellipse, Line, Path, Rect} from 'react-native-svg' // Copyright (c) 2020 Refactoring UI Inc. diff --git a/src/lib/statsig/gates.ts b/src/lib/statsig/gates.ts index c88a97c75..d3334d82f 100644 --- a/src/lib/statsig/gates.ts +++ b/src/lib/statsig/gates.ts @@ -2,6 +2,7 @@ export type Gate = // Keep this alphabetic please. | 'debug_show_feedcontext' | 'debug_subscriptions' + | 'explore_show_suggested_feeds' | 'old_postonboarding' | 'onboarding_add_video_feed' | 'remove_show_latest_button' |