Fix missing replacement of flex:1 to height:100
This commit is contained in:
@@ -226,7 +226,7 @@ const styles = StyleSheet.create({
|
|||||||
},
|
},
|
||||||
|
|
||||||
suggestionsContainer: {
|
suggestionsContainer: {
|
||||||
flex: 1,
|
height: '100%',
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
height: 200,
|
height: 200,
|
||||||
|
|||||||
Reference in New Issue
Block a user