From 34e2d8988fd1b2b1f46b21ad3e95233e421189ff Mon Sep 17 00:00:00 2001 From: Ramananda Panda Date: Wed, 22 Aug 2018 17:10:16 +0530 Subject: [PATCH] fixed max height of the modal and made ios modal less opac --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 72996bd..0001eea 100644 --- a/index.js +++ b/index.js @@ -93,7 +93,7 @@ const styles = StyleSheet.create({ marginRight: 30, ...Platform.select({ ios: { - backgroundColor:'rgba(220,220,220, 0.6)', + backgroundColor:'rgba(220,220,220, 0.9)', borderRadius: 10, minWidth: 300, }, @@ -106,6 +106,7 @@ const styles = StyleSheet.create({ }), }, modal_body:{ + maxHeight:500, ...Platform.select({ ios: { padding: 10,