Revert "temp"

This reverts commit c086f0e28e319c048aa8497a2e6ab1878a048624.
This commit is contained in:
Peter Cottle 2015-05-02 10:47:29 -07:00
parent 8458c9256d
commit ed6f15c74f

View file

@ -38,14 +38,6 @@ var SequenceSelectView = React.createClass({
{Object.keys(Levels.levelSequences).map(
sequenceID => this.renderSelector(sequenceID)
)}
<NavButton
text="Level 1"
onPress={() => {
this.props.navigator.push(
Routes.getRouteForID(Routes.LEVEL_SELECT)
);
}}
/>
</View>
</TerminalCardView>
</ScrollView>
@ -59,7 +51,13 @@ var SequenceSelectView = React.createClass({
var about = intl.getIntlKey(info, 'about');
return (
<TouchableHighlight underlayColor="#6E6E6E">
<TouchableHighlight
onPress={() => {
this.props.navigator.push(
Routes.getRouteForID(Routes.LEVEL_SELECT)
);
}}
underlayColor="#6E6E6E">
<View>
<View style={styles.textContainer}>
<Text style={styles.sequenceName}>