Fix missing replacement of flex:1 to height:100

This commit is contained in:
Paul Frazee
2023-01-31 17:07:23 -06:00
parent 5d4dea0a5a
commit ae6b5f0d20
+1 -1
View File
@@ -226,7 +226,7 @@ const styles = StyleSheet.create({
}, },
suggestionsContainer: { suggestionsContainer: {
flex: 1, height: '100%',
}, },
footer: { footer: {
height: 200, height: 200,