Skip to content

Commit 3b2201a

Browse files
committed
don't auto correct search field in the main screen (of demo app)
1 parent f643782 commit 3b2201a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demo/src/screens/MainScreen.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ export default class UiLibExplorerMenu extends Component {
105105
text80
106106
placeholder="Search your component.."
107107
onChangeText={this.filterExplorerScreens}
108+
autoCorrect={false}
108109
/>
109110
</View>
110111
<ListView

0 commit comments

Comments
 (0)