Skip to content

Commit 5d50091

Browse files
committed
fix initial route and add haptic feedback screen to dev settings options
1 parent 7f20563 commit 5d50091

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/src/Navigation/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import settingsScreens from './settings';
2525
import staticScreens from './static';
2626

2727
const AppNavigation = createNativeStackNavigator({
28-
initialRouteName: 'DevHapticFeedback',
28+
initialRouteName: 'Splash',
2929
orientation: 'portrait_up',
3030
screenOptions: {
3131
header: DefaultNavBar,

app/src/screens/Settings/DevSettingsScreen.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ function SelectableText({ children, ...props }: DevSettingsScreenProps) {
6464

6565
const items = [
6666
'DevSettings',
67+
'DevHapticFeedback',
6768
'Splash',
6869
'Launch',
6970
'PassportOnboarding',

0 commit comments

Comments
 (0)