Do not use contentInsetAdjustmentBehavior on iOS in ModalStack example

This commit is contained in:
Brent Vatne
2018-02-08 15:54:14 -08:00
parent 48c82e4ec3
commit 1cdf7cecbe

View File

@@ -8,7 +8,7 @@ import { SafeAreaView, StackNavigator } from 'react-navigation';
import SampleText from './SampleText';
const MyNavScreen = ({ navigation, banner }) => (
<ScrollView contentInsetAdjustmentBehavior="automatic">
<ScrollView>
<SafeAreaView
forceInset={{
top: navigation.state.routeName === 'HeaderTest' ? 'always' : 'never',