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',