Skip to content

Commit

Permalink
fixed eslint violation
Browse files Browse the repository at this point in the history
  • Loading branch information
gurs1kh committed May 5, 2020
1 parent b8e7713 commit 2223d21
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions RNTester/js/examples/TextInput/TextInputExample.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -713,9 +713,7 @@ exports.examples = ([
return (
<View>
<WithLabel label="showSoftInputOnFocus: false">
<TextInput
showSoftInputOnFocus={false}
style={[styles.default]}
<TextInput showSoftInputOnFocus={false} style={[styles.default]}
/>
</WithLabel>
</View>
Expand Down

0 comments on commit 2223d21

Please sign in to comment.