Skip to content

Commit

Permalink
Update screenshot and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
slamach committed Mar 18, 2022
1 parent 7889c55 commit e8d386f
Show file tree
Hide file tree
Showing 5 changed files with 90 additions and 5 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Create tasks and mark them as done.
- Redux Toolkit
- Redux Persist
- Husky
- Lint Staged
- Prettier

## Getting started
Expand All @@ -27,7 +26,7 @@ To enable pre-commit hook you need to run `npm install` already in git repositor

If you initialize git repostitory after installing, additionally run `npm run prepare`.

### Development
### Run Expo
```
npm start
```
Expand Down
Binary file modified doc/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
86 changes: 86 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"redux-persist": "^6.0.0",
"web": "^0.0.2"
"web": "^0.0.2",
"expo-updates": "~0.11.6"
},
"devDependencies": {
"@babel/core": "^7.12.9",
Expand Down
3 changes: 1 addition & 2 deletions src/components/AddForm/AddForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import {
KeyboardAvoidingView,
TextInput,
Pressable,
Text,
Platform,
} from 'react-native';
import { styles } from './AddFormStyles';
Expand All @@ -28,7 +27,7 @@ const AddForm = (props) => {
style={styles.inputField}
value={currentValue}
onChangeText={setCurrentValue}
placeholder="I want to do..."
placeholder="I want to..."
onSubmitEditing={submitForm}
/>
<Pressable style={styles.addButton} onPress={submitForm}>
Expand Down

0 comments on commit e8d386f

Please sign in to comment.