Skip to content

Commit 979ed72

Browse files
committed
Boilerplate ✨
1 parent eecd06c commit 979ed72

File tree

4 files changed

+7
-12
lines changed

4 files changed

+7
-12
lines changed

.editorconfig

Lines changed: 0 additions & 12 deletions
This file was deleted.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ npm-debug.log*
1616
yarn-debug.log*
1717
yarn-error.log*
1818
blog/
19+
20+
.DS_Store
21+
AppSync.js

App.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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}

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# react-native-darkmode-list
2+
3+
Download your own `AppSync.js` file from AWS AppSync. For more info, checkout the introductory [blog post]()

0 commit comments

Comments
 (0)