Browse Source

Remove push from Actions screen

Guy Carmeli 7 years ago
parent
commit
a750168831
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      example/src/screens/Actions.js

+ 0
- 1
example/src/screens/Actions.js View File

141
   render() {
141
   render() {
142
     return (
142
     return (
143
       <ScrollView style={styles.container}>
143
       <ScrollView style={styles.container}>
144
-        <Row title={'Push'} onPress={() => this.props.navigator.push({ screen: 'example.Types.Push', title: 'New Screen', navigatorStyle: { tabBarHidden: true } })} />
145
         <Row title={'Set Title'} onPress={this.setTitle} />
144
         <Row title={'Set Title'} onPress={this.setTitle} />
146
         <Row title={'Toggle Tabs'} onPress={this.toggleTabs} />
145
         <Row title={'Toggle Tabs'} onPress={this.toggleTabs} />
147
         <Row title={'Set Tab Badge'} onPress={this.setTabBadge} />
146
         <Row title={'Set Tab Badge'} onPress={this.setTabBadge} />