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", diff --git a/theme.js b/theme.js index 1a076e37..f0217ebb 100644 --- a/theme.js +++ b/theme.js @@ -1482,6 +1482,9 @@ export default (variables = defaultThemeVariables) => ({ }), }; }, + boxingAnimation() { + return {}; + }, position: 'absolute', right: 0, top: 0,