/** * @flow */ import React from 'react'; import { Button, Platform, ScrollView, StyleSheet } from 'react-native'; import { DrawerNavigator } from 'react-navigation'; import MaterialIcons from 'react-native-vector-icons/MaterialIcons'; import SampleText from './SampleText'; const MyNavScreen = ({ navigation, banner }) => ( {banner}