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 2187d8fe66
commit cca06bb530

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',