Commit 12abf66e authored by tejaswi's avatar tejaswi
Browse files

Single db data

Showing with 17 additions and 1 deletion
+17 -1
......@@ -56,4 +56,8 @@ buck-out/
*.jsbundle
# CocoaPods
/ios/Pods/
\ No newline at end of file
<<<<<<< HEAD
/ios/Pods/
=======
/ios/Pods/
>>>>>>> 230f1623beb6664bf5c26d1968a32594254d1f08
......@@ -131,6 +131,18 @@ const TabNavigation = createBottomTabNavigator({
)
}
},
// MyTask: {
// screen: MyTask,
// navigationOptions: {
// tabBarLabel: 'HOME',
// tabBarIcon: ({ tintColor }) => (
// <HomeIcon />
// )
// }
// },
// Consignment: {
// screen: Consignment,
// navigationOptions: {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment