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 /ios | |
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 'ios')
-rw-r--r-- | ios/Podfile.lock | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 87cc0258..54909b3d 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -298,6 +298,8 @@ PODS: - ReactCommon/callinvoker (= 0.62.2) - rn-fetch-blob (0.12.0): - React-Core + - RNCAsyncStorage (1.12.0): + - React - RNCMaskedView (0.1.10): - React - RNGestureHandler (1.7.0): @@ -374,6 +376,7 @@ DEPENDENCIES: - ReactCommon/callinvoker (from `../node_modules/react-native/ReactCommon`) - ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`) - rn-fetch-blob (from `../node_modules/rn-fetch-blob`) + - "RNCAsyncStorage (from `../node_modules/@react-native-community/async-storage`)" - "RNCMaskedView (from `../node_modules/@react-native-community/masked-view`)" - RNGestureHandler (from `../node_modules/react-native-gesture-handler`) - RNImageCropPicker (from `../node_modules/react-native-image-crop-picker`) @@ -454,6 +457,8 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/ReactCommon" rn-fetch-blob: :path: "../node_modules/rn-fetch-blob" + RNCAsyncStorage: + :path: "../node_modules/@react-native-community/async-storage" RNCMaskedView: :path: "../node_modules/@react-native-community/masked-view" RNGestureHandler: @@ -510,6 +515,7 @@ SPEC CHECKSUMS: React-RCTVibration: 4356114dbcba4ce66991096e51a66e61eda51256 ReactCommon: ed4e11d27609d571e7eee8b65548efc191116eb3 rn-fetch-blob: f065bb7ab7fb48dd002629f8bdcb0336602d3cba + RNCAsyncStorage: 2a692bcb9b69b76a2f1a95f33db057129700af64 RNCMaskedView: 5a8ec07677aa885546a0d98da336457e2bea557f RNGestureHandler: b6b359bb800ae399a9c8b27032bdbf7c18f08a08 RNImageCropPicker: f0557a908758c4a3f83978894ec7227651529b45 |