From 1979a2b55ebe560b9d20862bd835343516b40379 Mon Sep 17 00:00:00 2001 From: Leon Jiang <35908040+leonyjiang@users.noreply.github.com> Date: Mon, 10 Aug 2020 15:14:26 -0700 Subject: [TMA-160] Search Page Suggestions ("Explore") UI (#30) * Fix require cycle in Checkpoint.tsx * Create file structure for search * Add react-native-vector-icons to project * Create search page UI * Create search page UI * [TMA-65] Onboarding Link Social Media UI (#29) * Basic setup for SocialMediaLinker component * Added social media icons * Displayed 3 main social components * Layout components in a row * Added base Show More/Less button * Display all 9 socials with Show More button * Added different font colors for each linker * Realized that the check doesn't replace the text * Added type-checking to some constants * Updated state name * Fixed Checkpoint.tsx merge issue * Removed unnecessary path element * Fixed type issues on Verification.tsx * Create file structure for search * Add react-native-vector-icons to project * Create search page UI * Replace avatars with image placeholder * Add search bar placeholder Co-authored-by: Justin Shillingford --- ios/Podfile.lock | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ios/Podfile.lock') diff --git a/ios/Podfile.lock b/ios/Podfile.lock index f4d97ee4..87cc0258 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -317,6 +317,8 @@ PODS: - React - RNSVG (12.1.0): - React + - RNVectorIcons (7.0.0): + - React - TOCropViewController (2.5.3) - Yoga (1.14.0) - YogaKit (1.18.1): @@ -378,6 +380,7 @@ DEPENDENCIES: - RNReanimated (from `../node_modules/react-native-reanimated`) - RNScreens (from `../node_modules/react-native-screens`) - RNSVG (from `../node_modules/react-native-svg`) + - RNVectorIcons (from `../node_modules/react-native-vector-icons`) - Yoga (from `../node_modules/react-native/ReactCommon/yoga`) SPEC REPOS: @@ -463,6 +466,8 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native-screens" RNSVG: :path: "../node_modules/react-native-svg" + RNVectorIcons: + :path: "../node_modules/react-native-vector-icons" Yoga: :path: "../node_modules/react-native/ReactCommon/yoga" @@ -511,6 +516,7 @@ SPEC CHECKSUMS: RNReanimated: c2bb7438b57a3d987bb2e4e6e4bca94787e30b02 RNScreens: b748efec66e095134c7166ca333b628cd7e6f3e2 RNSVG: ce9d996113475209013317e48b05c21ee988d42e + RNVectorIcons: da6fe858f5a65d7bbc3379540a889b0b12aa5976 TOCropViewController: 20a14b6a7a098308bf369e7c8d700dc983a974e6 Yoga: 3ebccbdd559724312790e7742142d062476b698e YogaKit: f782866e155069a2cca2517aafea43200b01fd5a -- cgit v1.2.3-70-g09d2