Skip to content

Commit

Permalink
ci: test if everything works
Browse files Browse the repository at this point in the history
  • Loading branch information
sandipndev committed Feb 14, 2024
1 parent 9ed372f commit aa2c0bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app/navigation/root-navigator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export const RootStack = () => {
screenOptions={{
gestureEnabled: true,
headerBackTitle: LL.common.back(),
headerBackTestID: LL.common.back(),
headerStyle: styles.headerStyle,
headerTitleStyle: styles.title,
headerBackTitleStyle: styles.title,
Expand Down Expand Up @@ -428,6 +429,7 @@ export const ContactNavigator = () => {
screenOptions={{
gestureEnabled: true,
headerBackTitle: LL.common.back(),
headerBackTestID: LL.common.back(),
headerStyle: styles.headerStyle,
headerTitleStyle: styles.title,
headerBackTitleStyle: styles.title,
Expand Down Expand Up @@ -485,6 +487,7 @@ export const PhoneLoginNavigator = () => {
screenOptions={{
gestureEnabled: true,
headerBackTitle: LL.common.back(),
headerBackTestID: LL.common.back(),
headerStyle: styles.headerStyle,
headerTitleStyle: styles.title,
headerBackTitleStyle: styles.title,
Expand Down
2 changes: 1 addition & 1 deletion app/screens/developer-screen/developer-screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export const DeveloperScreen: React.FC = () => {

return (
<Screen>
<ScrollView>
<ScrollView {...testProps("developer-screen-scroll-view")}>
<View style={styles.screenContainer}>
<Button
title="Log out"
Expand Down

0 comments on commit aa2c0bd

Please sign in to comment.