From 78ee1a0b3b732e2ac7422bf7cd3769adc11f5981 Mon Sep 17 00:00:00 2001 From: Davor Grubelic Date: Wed, 28 Jun 2017 11:10:48 +0200 Subject: [PATCH 1/3] added missing animations for NavigationBarImage --- theme.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/theme.js b/theme.js index 1317139c..a52c8a45 100644 --- a/theme.js +++ b/theme.js @@ -1482,6 +1482,21 @@ export default (variables = defaultThemeVariables) => ({ }), }; }, + boxingAnimation() { + return {}; + }, + heroAnimation() { + return {}; + }, + muteAnimation() { + return {}; + }, + turnAnimation() { + return {}; + }, + lightsOffAnimation() { + return {}; + }, position: 'absolute', right: 0, top: 0, From e3367b960a89201a6402c6ff122aa79b5c3c3cb2 Mon Sep 17 00:00:00 2001 From: Davor Grubelic Date: Wed, 28 Jun 2017 11:11:15 +0200 Subject: [PATCH 2/3] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a5d9d052..81ecf53a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shoutem/ui", - "version": "0.16.0", + "version": "0.16.1", "description": "Styleable set of components for React Native applications", "dependencies": { "@shoutem/animation": "~0.11.0", From b5f930432c3b8cd7c1f6d60355816ea209776e84 Mon Sep 17 00:00:00 2001 From: Davor Grubelic Date: Wed, 28 Jun 2017 11:17:08 +0200 Subject: [PATCH 3/3] removed extra animations --- theme.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/theme.js b/theme.js index a52c8a45..1796d498 100644 --- a/theme.js +++ b/theme.js @@ -1485,18 +1485,6 @@ export default (variables = defaultThemeVariables) => ({ boxingAnimation() { return {}; }, - heroAnimation() { - return {}; - }, - muteAnimation() { - return {}; - }, - turnAnimation() { - return {}; - }, - lightsOffAnimation() { - return {}; - }, position: 'absolute', right: 0, top: 0,