diff --git a/packages/rn-tester/js/examples/TextInput/TextInputSharedExamples.js b/packages/rn-tester/js/examples/TextInput/TextInputSharedExamples.js index 4a1f8d54e41..670589027cc 100644 --- a/packages/rn-tester/js/examples/TextInput/TextInputSharedExamples.js +++ b/packages/rn-tester/js/examples/TextInput/TextInputSharedExamples.js @@ -419,10 +419,10 @@ class SelectionExample extends React.Component< const length = this.state.value.length; return ( - + this.setState({value})} onSelectionChange={this.onSelectionChange.bind(this)} @@ -433,17 +433,23 @@ class SelectionExample extends React.Component< /> - - selection = {JSON.stringify(this.state.selection)} + + selection = {JSON.stringify(this.state.selection).replace(/"/g, '')} - + Place at Start (0, 0) - + Place at End ({length}, {length}) Place at Random - + Select All Select Random