Skip to content

Commit

Permalink
Merge pull request #2 from ramanandapanda/dev
Browse files Browse the repository at this point in the history
fixed max height of the modal and made ios modal less opac
  • Loading branch information
rp01 authored Aug 22, 2018
2 parents 237085d + 34e2d89 commit 061532e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand All @@ -106,6 +106,7 @@ const styles = StyleSheet.create({
}),
},
modal_body:{
maxHeight:500,
...Platform.select({
ios: {
padding: 10,
Expand Down

0 comments on commit 061532e

Please sign in to comment.