Skip to content

Commit b02c3b5

Browse files
Merge pull request #28 from rutvik24/master
Changed: tab names in AppTab to use consistent naming convention;
2 parents f4bd21d + c66ee8e commit b02c3b5

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

App/Routes/AppTab.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ import { useAppContext } from '@AppContext';
1616
const Tab = createBottomTabNavigator<TabRouteType>();
1717

1818
enum tabs {
19-
HomeTab = 'Home',
20-
SearchTab = 'Search',
21-
UsersTab = 'Users',
22-
SettingsTab = 'Settings',
19+
HomeTab = 'HomeTab',
20+
SearchTab = 'SearchTab',
21+
UsersTab = 'UsersTab',
22+
SettingsTab = 'SettingsTab',
2323
}
2424

2525
const TABS = [

ios/boilerPlateTypescript.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)