From ac6fd211af5f1595e75dbe473f9aea71a2912e17 Mon Sep 17 00:00:00 2001 From: Mustafa Buyukcelebi Date: Thu, 31 Oct 2019 12:13:08 +0300 Subject: [PATCH] Changed wallet icon with profile icon --- src/components/bottomTabBar/view/bottomTabBarStyles.js | 2 +- src/navigation/baseNavigator.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/bottomTabBar/view/bottomTabBarStyles.js b/src/components/bottomTabBar/view/bottomTabBarStyles.js index b1f716359..be73eeab6 100644 --- a/src/components/bottomTabBar/view/bottomTabBarStyles.js +++ b/src/components/bottomTabBar/view/bottomTabBarStyles.js @@ -16,7 +16,7 @@ export default EStyleSheet.create({ zIndex: 1, position: 'absolute', bottom: 0, - marginHorizontal: 19, + marginHorizontal: 20, justifyContent: 'space-between', }, navItem: { diff --git a/src/navigation/baseNavigator.js b/src/navigation/baseNavigator.js index 6af0acd63..780be1a76 100644 --- a/src/navigation/baseNavigator.js +++ b/src/navigation/baseNavigator.js @@ -52,7 +52,7 @@ const BaseNavigator = createBottomTabNavigator( screen: Profile, navigationOptions: () => ({ tabBarIcon: ({ tintColor }) => ( - + ), }), },