Explorar el Código

Remove push from Actions screen

Guy Carmeli hace 8 años
padre
commit
a750168831
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      example/src/screens/Actions.js

+ 0
- 1
example/src/screens/Actions.js Ver fichero

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} />