From ab2a63fe921babe2fd88e50d5e15b6db7d7aef1c Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Fri, 9 Mar 2018 11:32:53 -0800 Subject: [PATCH] Update snapshot for tab icon changes --- .../__tests__/__snapshots__/TabView-test.js.snap | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/views/__tests__/__snapshots__/TabView-test.js.snap b/src/views/__tests__/__snapshots__/TabView-test.js.snap index c6dd797b..40eff849 100644 --- a/src/views/__tests__/__snapshots__/TabView-test.js.snap +++ b/src/views/__tests__/__snapshots__/TabView-test.js.snap @@ -93,13 +93,12 @@ exports[`TabBarBottom renders successfully 1`] = ` style={ Object { "alignItems": "center", - "bottom": 0, + "alignSelf": "center", + "height": "100%", "justifyContent": "center", - "left": 0, "opacity": 1, "position": "absolute", - "right": 0, - "top": 0, + "width": "100%", } } /> @@ -108,13 +107,12 @@ exports[`TabBarBottom renders successfully 1`] = ` style={ Object { "alignItems": "center", - "bottom": 0, + "alignSelf": "center", + "height": "100%", "justifyContent": "center", - "left": 0, "opacity": 0, "position": "absolute", - "right": 0, - "top": 0, + "width": "100%", } } />