We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3988b8a commit c03cef9Copy full SHA for c03cef9
examples/browser_example/src/App.js
@@ -87,7 +87,7 @@ export default class App extends Component {
87
style={styles.textInput}
88
onChangeText={(text) => this.setState({text: text})}
89
onEndEditing={this.editingEnded.bind(this)}
90
- placeholder={'Enter Branch URL'}
+ placeholder={'Enter Branch or non-Branch URL'}
91
autoCapitalize={'none'}
92
autoCompleteType={'off'}
93
autoCorrect={false}
0 commit comments