diff options
| author | Justin Shillingford <jgs272@cornell.edu> | 2020-08-19 13:27:22 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-19 13:27:22 -0400 |
| commit | 7596b69482914569cbb4bb5f287bbc0a72d74133 (patch) | |
| tree | 198b99e60066ba316fb2a13b9f9b7858cd86cd50 /package.json | |
| parent | 611dac558d37ce8153dfbef00964833fd976cc31 (diff) | |
[TMA-161] Recently Searched Users (#34)
* Basic AsyncStorage code
* Basic implementation complete
Need to fix re-rendering bug
* Removed errant comment
* Fixed bug for rerendering upon addition to recents
Need to fix bug for rerendering upon clearing
* Fixed rerendering bug for clear
* Only present recents header if users in recents
* Lint cleaning
* Basic AsyncStorage code
* Basic implementation complete
Need to fix re-rendering bug
* Removed errant comment
* Fixed bug for rerendering upon addition to recents
Need to fix bug for rerendering upon clearing
* Fixed rerendering bug for clear
* Only present recents header if users in recents
* Lint cleaning
* Added comments for a function
* Updated conditional presentation to use ternary
* Created component for List Section Headers
* Lint cleaning
* Converted component to be for Recent Searches
As opposed to just the list header
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 7f47e1af..96c7d401 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix" }, "dependencies": { + "@react-native-community/async-storage": "^1.12.0", "@react-native-community/masked-view": "^0.1.10", "@react-navigation/bottom-tabs": "^5.7.2", "@react-navigation/native": "^5.6.1", |
