From 9943329e9a90aca6329da5ddbd020d13442fc6fe Mon Sep 17 00:00:00 2001 From: Agustin Collazo Mayer Date: Wed, 3 Jul 2019 12:55:08 -0300 Subject: [PATCH] Hide animation overflow --- src/styles.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles.js b/src/styles.js index 4562277..710ddec 100644 --- a/src/styles.js +++ b/src/styles.js @@ -3,7 +3,8 @@ const StyleSheet = require('react-native').StyleSheet; const styles = StyleSheet.create({ container: { flex: 1, - backgroundColor: 'transparent' + backgroundColor: 'transparent', + overflow: 'hidden' }, parallaxHeaderContainer: { backgroundColor: 'transparent',