反应本地映射的反应天然视图
Feature request
Can I Show Simple React Native View on the Top of MapView? if it is not how can i do it? ????
Please Help Me out.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用具有绝对定位的视图:
您可以使用
上,底部,右,左,左,
样式道具来实现所需的定位。这是一个零食,其中有一个实现那个的示例。
以及官方布局props docs 。
You can use some view with an absolute positioning:
You can use
top, bottom, right, left
style props to achieve the positioning that you want.Here is a snack with an example of achieving that.
And a link to official Layout Props docs.