tabbarios

Content hidden behind TabBarIOS with React Native

陌路散爱 提交于 2019-12-11 02:12:19
问题 I'm building an iOS app with React Native and am implementing a TabBarIOS . The content on the tabs seems to flow behind and be obscured by the bar. In xcode I would have just unchecked the "extend edges" boxes but am not sure how to do this with React Native. Here's an abbreviated version of what I'm trying to do. The <View> from CreateUser flows behind the tab bar. Is there an easy way to make sure content doesn't get obscured by the tab bar? import React from 'react' import { StyleSheet,