Guest User

Untitled

a guest
Mar 21st, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. const AppTabNav = TabNavigator({
  2. Home: {
  3. screen: AppStack,
  4. navigationOptions: {
  5. fontSize: 4,
  6. }
  7. },
  8. Notification: {
  9. screen: RequestStack,
  10. navigationOptions: {
  11. // headerTitle: 'HRIS',
  12. // label: 'HRIS',
  13. fontSize: 4
  14. }
  15. },
  16. Request222: {
  17. screen: NotifStack,
  18. navigationOptions: {
  19. headerTitle: 'HRIS',
  20. label: 'HRIS',
  21. fontSize: 4
  22. }
  23. },},
  24.  
  25. {
  26. tabBarPosition: 'bottom',
  27. animationEnabled: true,
  28. swipeEnabled: true,
  29. tabBarOptions: {
  30. activeTintColor: '#022846',
  31. // inactiveBackgroundColor: '#89898b',
  32. inactiveTintColor: '#89898b',
  33. upperCaseLabel: false,
  34. // activeBackgroundColor:'#fff',
  35. showLabel: true,
  36. showIcon: true,
  37. // style: styles.tabBar,
  38. style: {
  39. backgroundColor: '#eaeaec'
  40. },
  41. },
  42. });
Add Comment
Please, Sign In to add comment