Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-hur Ott authored Mar 23, 2017
1 parent e89a8f4 commit 3b39d1d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,15 @@ export default class App extends React.Component {
return (
<View style={styles.container}>
<View>
<TextInputMask ref='myText' type={'only-numbers'} style={styles.input}/>
</View>
<View>
<Button
onPress={this.onGoFocus.bind(this)}
title="Go Focus Hue"
color="#841584"
/>
</View>
<TextInputMask ref='myText' type={'only-numbers'} style={styles.input}/>
</View>
<View>
<Button
onPress={this.onGoFocus.bind(this)}
title="Go Focus Hue"
color="#841584"
/>
</View>
</View>
);
}
Expand Down

0 comments on commit 3b39d1d

Please sign in to comment.