diff --git a/app/App.tsx b/app/App.tsx index db8f49379..f32aca9e9 100644 --- a/app/App.tsx +++ b/app/App.tsx @@ -18,7 +18,7 @@ import { } from 'aries-bifold' import React, { useEffect, useState, useMemo } from 'react' import { useTranslation } from 'react-i18next' -import { StatusBar } from 'react-native' +import { Linking, StatusBar } from 'react-native' import SplashScreen from 'react-native-splash-screen' import Toast from 'react-native-toast-message' @@ -37,7 +37,22 @@ const App = () => { const { t } = useTranslation() const { navigate } = useNavigation() + const helpLink = 'https://www2.gov.bc.ca/gov/content/governments/government-id/bc-wallet/help' + const settings = [ + { + header: { + title: t('Settings.Help'), + icon: 'help', + }, + data: [ + { + title: t('Settings.HelpUsingBCWallet'), + accessibilityLabeL: t('Settings.HelpUsingBCWallet'), + onPress: () => Linking.openURL(helpLink), + }, + ], + }, { header: { title: t('Settings.MoreInformation'), diff --git a/app/src/index.ts b/app/src/index.ts index 045769ac5..d1389e73f 100644 --- a/app/src/index.ts +++ b/app/src/index.ts @@ -26,6 +26,7 @@ const configuration: ConfigurationContext = { record: Record, indyLedgers: [], settings: [], + developer: () => null, } export default { theme, localization, configuration } diff --git a/bifold b/bifold index 17ad98ec6..967ef09d0 160000 --- a/bifold +++ b/bifold @@ -1 +1 @@ -Subproject commit 17ad98ec68be35ea74aaae346e400bdbeab8d751 +Subproject commit 967ef09d02be230098a01c22bafcdbc854c5f3ce