mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 16:08:34 +02:00
Revert "temp"
This reverts commit c086f0e28e319c048aa8497a2e6ab1878a048624.
This commit is contained in:
parent
8458c9256d
commit
ed6f15c74f
1 changed files with 7 additions and 9 deletions
|
@ -38,14 +38,6 @@ var SequenceSelectView = React.createClass({
|
||||||
{Object.keys(Levels.levelSequences).map(
|
{Object.keys(Levels.levelSequences).map(
|
||||||
sequenceID => this.renderSelector(sequenceID)
|
sequenceID => this.renderSelector(sequenceID)
|
||||||
)}
|
)}
|
||||||
<NavButton
|
|
||||||
text="Level 1"
|
|
||||||
onPress={() => {
|
|
||||||
this.props.navigator.push(
|
|
||||||
Routes.getRouteForID(Routes.LEVEL_SELECT)
|
|
||||||
);
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
</View>
|
</View>
|
||||||
</TerminalCardView>
|
</TerminalCardView>
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
|
@ -59,7 +51,13 @@ var SequenceSelectView = React.createClass({
|
||||||
var about = intl.getIntlKey(info, 'about');
|
var about = intl.getIntlKey(info, 'about');
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<TouchableHighlight underlayColor="#6E6E6E">
|
<TouchableHighlight
|
||||||
|
onPress={() => {
|
||||||
|
this.props.navigator.push(
|
||||||
|
Routes.getRouteForID(Routes.LEVEL_SELECT)
|
||||||
|
);
|
||||||
|
}}
|
||||||
|
underlayColor="#6E6E6E">
|
||||||
<View>
|
<View>
|
||||||
<View style={styles.textContainer}>
|
<View style={styles.textContainer}>
|
||||||
<Text style={styles.sequenceName}>
|
<Text style={styles.sequenceName}>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue