File tree Expand file tree Collapse file tree 4 files changed +7
-12
lines changed Expand file tree Collapse file tree 4 files changed +7
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -16,3 +16,6 @@ npm-debug.log*
1616yarn-debug.log *
1717yarn-error.log *
1818blog /
19+
20+ .DS_Store
21+ AppSync.js
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ class App extends React.Component {
4646 < View style = { styles . formWrapper } >
4747 < Text style = { styles . label } > Name</ Text >
4848 < Input
49+ autoCapitalize = "none"
4950 ref = { this . inputName }
5051 value = { name }
5152 onChangeText = { this . _onChangeName }
@@ -56,6 +57,7 @@ class App extends React.Component {
5657
5758 < Text style = { styles . label } > URL</ Text >
5859 < Input
60+ autoCapitalize = "none"
5961 value = { link }
6062 onChangeText = { this . _onChangeLink }
6163 inputStyle = { styles . input }
Original file line number Diff line number Diff line change 11# react-native-darkmode-list
2+
3+ Download your own ` AppSync.js ` file from AWS AppSync. For more info, checkout the introductory [ blog post] ( )
You can’t perform that action at this time.
0 commit comments