Hide toolbar in expo app
问题 How do I hide the toolbar in an expo react native application.? Though I have added it in the Header tag. I have attached the code as well as the screenshot. Code: import React from 'react'; import { ScrollView, StyleSheet } from 'react-native'; import { Container, Header, Item, Input, Icon, Button, Text } from 'native-base'; export default class ScreenScreen extends React.Component { static navigationOptions = { title: 'Search', }; render() { return ( <Container> <Header searchBar rounded>