Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Santhosh
Agile24X7-Mobile-singledb
Commits
12abf66e
Commit
12abf66e
authored
3 years ago
by
tejaswi
Browse files
Options
Download
Plain Diff
Single db data
parents
0e7d67bd
230f1623
master
1-calendar
2-postgress-agile-mobile
4-mysql-agile-mobile
image-upload
mysql-agile-mobile
mysql-dev-agile-mobile
postgress-agile-mobile
postgress-dev-agile-mobile
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+5
-1
.gitignore
src/Navigation/NavigationRouter.js
+12
-0
src/Navigation/NavigationRouter.js
with
17 additions
and
1 deletion
+17
-1
.gitignore
View file @
12abf66e
...
...
@@ -56,4 +56,8 @@ buck-out/
*.jsbundle
# CocoaPods
/ios/Pods/
\ No newline at end of file
<<<<<<< HEAD
/ios/Pods/
=======
/ios/Pods/
>>>>>>> 230f1623beb6664bf5c26d1968a32594254d1f08
This diff is collapsed.
Click to expand it.
src/Navigation/NavigationRouter.js
View file @
12abf66e
...
...
@@ -131,6 +131,18 @@ const TabNavigation = createBottomTabNavigator({
)
}
},
// MyTask: {
// screen: MyTask,
// navigationOptions: {
// tabBarLabel: 'HOME',
// tabBarIcon: ({ tintColor }) => (
// <HomeIcon />
// )
// }
// },
// Consignment: {
// screen: Consignment,
// navigationOptions: {
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help