我尝试创建看起来像现有Web应用程序的本机应用程序.我在窗口底部有一个固定的页脚.有人知道如何通过本机反应来实现这一目标吗?
在现有的应用程序中它很简单:
.footer { position: fixed; bottom: 0; }
react-native
react-native ×1