# StackNavigator Provides a way for your app to transition between screens where each new screen is placed on top of a stack. By default the StackNavigator is configured to have the familiar iOS and Android look & feel: new screens slide in from the right on iOS, fade in from the bottom on Android. On iOS the StackNavigator can also be configured to a modal style where screens slide in from the bottom. ```jsx class MyHomeScreen extends React.Component { static navigationOptions = { title: 'Home', } render() { return (