React Navigation modal height

后端 未结 4 1178
执念已碎
执念已碎 2020-12-31 07:33

How do I set the height a React Navigation modal view so once it has appeared it will only cover about half of the screen from the bottom up, and the view below remains visi

4条回答
  •  爱一瞬间的悲伤
    2020-12-31 08:13

    For react-navigation v3.x you can use the prop transparentCard: true, you can see more details here: https://stackoverflow.com/a/55598127/6673414

提交回复
热议问题