[ReactNative] Replace js long constants with strings

This commit is contained in:
Tadeu Zagallo
2015-03-04 14:04:52 -08:00
parent 45deae03af
commit 6072521a52
10 changed files with 85 additions and 107 deletions

View File

@@ -282,7 +282,7 @@ var SearchBar = React.createClass({
return (
<View style={styles.searchBar}>
<TextInput
autoCapitalize={TextInput.autoCapitalizeMode.none}
autoCapitalize="none"
autoCorrect={false}
onChange={this.props.onSearchChange}
placeholder="Search a movie..."