Skip to content

Commit cc8df4e

Browse files
PhoebePanaksonov
authored andcommitted
fix: next screen for tab1_1 of Example Tab #1 (aksonov#2570)
1 parent 48ac33f commit cc8df4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Example/components/TabView.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ class TabView extends React.Component {
3131
<View style={[styles.container, this.props.sceneStyle]}>
3232
<Text>Tab title:{this.props.title} name:{this.props.name}</Text>
3333
<Text>Tab data:{this.props.data}</Text>
34-
{this.props.name === 'tab_1_1' &&
35-
<Button onPress={() => Actions.tab_1_2()}>next screen for tab1_1</Button>
34+
{this.props.name === 'tab1_1' &&
35+
<Button onPress={() => Actions.tab1_2()}>next screen for tab1_1</Button>
3636
}
3737
{this.props.name === 'tab_2_1' &&
3838
<Button onPress={() => Actions.tab_2_2()}>next screen for tab2_1</Button>

0 commit comments

Comments
 (0)