fix(styles): removed unneeded display: 'none'

fixes #473
This commit is contained in:
Thibault Malbranche
2019-04-03 10:19:43 +02:00
committed by GitHub
parent 8206762e2d
commit 91eb7ce3d1
-1
View File
@@ -26,7 +26,6 @@ const styles = StyleSheet.create<Styles>({
hidden: { hidden: {
height: 0, height: 0,
flex: 0, // disable 'flex:1' when hiding a View flex: 0, // disable 'flex:1' when hiding a View
display: 'none',
}, },
loadingView: { loadingView: {
flex: 1, flex: 1,