Add to settings
This commit is contained in:
@@ -288,6 +288,10 @@ export function SettingsScreen({}: Props) {
|
||||
navigation.navigate('DebugMod')
|
||||
}, [navigation])
|
||||
|
||||
const onPressDebugAppcom = React.useCallback(() => {
|
||||
navigation.navigate('DebugAppcom')
|
||||
}, [navigation])
|
||||
|
||||
const onPressSavedFeeds = React.useCallback(() => {
|
||||
navigation.navigate('SavedFeeds')
|
||||
}, [navigation])
|
||||
@@ -874,6 +878,16 @@ export function SettingsScreen({}: Props) {
|
||||
<Trans>Debug Moderation</Trans>
|
||||
</Text>
|
||||
</TouchableOpacity>
|
||||
<TouchableOpacity
|
||||
style={[pal.view, styles.linkCardNoIcon]}
|
||||
onPress={onPressDebugAppcom}
|
||||
accessibilityRole="button"
|
||||
accessibilityLabel={_(msg`Open storybook page`)}
|
||||
accessibilityHint={_(msg`Opens the storybook page`)}>
|
||||
<Text type="lg" style={pal.text}>
|
||||
<Trans>Debug Appcom</Trans>
|
||||
</Text>
|
||||
</TouchableOpacity>
|
||||
<TouchableOpacity
|
||||
style={[pal.view, styles.linkCardNoIcon]}
|
||||
onPress={onPressResetPreferences}
|
||||
|
||||
Reference in New Issue
Block a user