Skip to content

Commit c85ef98

Browse files
author
Jon Tzeng
committed
Add developer settings row for Gift Card Account Info
Add a Gift Card Account Info row in the developer mode section of SettingsScene that navigates to the new account information scene.
1 parent 3b9b7a7 commit c85ef98

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/components/scenes/SettingsScene.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,14 @@ export const SettingsScene: React.FC<Props> = props => {
724724
onPress={handleSelectTheme}
725725
/>
726726
)}
727+
{developerModeOn && (
728+
<SettingsTappableRow
729+
label={lstrings.gift_card_account_info_title}
730+
onPress={() => {
731+
navigation.navigate('giftCardAccountInfo', {})
732+
}}
733+
/>
734+
)}
727735
</EdgeCard>
728736
)}
729737
</SectionView>

0 commit comments

Comments
 (0)