Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reset password #16

Open
wants to merge 48 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 29 commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
45e355c
Working on fetching all projects
alicendeh Jul 18, 2022
2f9973a
Translation setup
alicendeh Jul 20, 2022
fc914e5
Resolving conflicts
alicendeh Jul 24, 2022
da1c380
Switched from search to includes
alicendeh Jul 24, 2022
68a3517
Added country and location picker
alicendeh Jul 24, 2022
d5f79bb
Bug fixes
alicendeh Jul 27, 2022
30eee9b
Working on user authentication
alicendeh Jul 30, 2022
1de2075
Working on form validation
alicendeh Jul 31, 2022
41d74fb
Working on form validation
alicendeh Jul 31, 2022
4d178fd
Breaking down modal and error card into seperate components
alicendeh Aug 2, 2022
6e3828e
Removing junk code
alicendeh Aug 2, 2022
f0f0d5f
Removing junk code
alicendeh Aug 2, 2022
8444ce2
Working on login
alicendeh Aug 2, 2022
45a2795
Added reset password text
alicendeh Aug 3, 2022
b96f9dc
Done with reset password
alicendeh Aug 3, 2022
411d92c
Adding secured Entry for password
alicendeh Aug 6, 2022
b6a230a
Resolving issue with babek config
alicendeh Aug 6, 2022
00a6729
Project cleanup
alicendeh Aug 7, 2022
33d9851
Working on project details
alicendeh Aug 7, 2022
e16b639
Working on project view
alicendeh Aug 7, 2022
5a404e5
Working on conditional rendering items
alicendeh Aug 8, 2022
9970007
Done with clap and bookmark
alicendeh Aug 8, 2022
11fe660
Done displaying list of bookmarks
alicendeh Aug 10, 2022
9f2dc5e
Done with getting list of followers
alicendeh Aug 10, 2022
22f9f30
working on follow/unfollow functionality
alicendeh Aug 12, 2022
3bdb83d
Working on project creation
alicendeh Aug 16, 2022
eb9dea3
succeeded in uploading images
alicendeh Aug 19, 2022
d20c007
working on project creation
alicendeh Aug 22, 2022
4c6ce34
Working on project details(improvements)
alicendeh Aug 22, 2022
0fa3e93
Done with video upload url
alicendeh Aug 23, 2022
fafbd7a
Working on video uploa
alicendeh Aug 23, 2022
ca73deb
Working on search functionalities
alicendeh Aug 26, 2022
cd76f3c
Adjusting onboarding screen
alicendeh Sep 7, 2022
0e01472
Changed footer view on onboard screen
alicendeh Sep 7, 2022
642dbd5
Done with onboarding flow
alicendeh Sep 7, 2022
7f6aba9
Work on progress
alicendeh Sep 7, 2022
bb42e90
Working on project details
alicendeh Sep 7, 2022
e9769fd
Done with floating icon logic on project details screen
alicendeh Sep 7, 2022
1555ebd
Done with floating icon logic on project details screen
alicendeh Sep 7, 2022
098d711
Added thumbnail preview on local videos
alicendeh Sep 8, 2022
770bd6f
Removing white spaces from card description
alicendeh Sep 8, 2022
86e8238
Done working on comment module
alicendeh Sep 8, 2022
2d70ab7
Working on other creators profile
alicendeh Sep 8, 2022
620cbfb
Bug fixes
alicendeh Sep 9, 2022
c24bbdc
Done translation Authentication screens
alicendeh Sep 19, 2022
095effa
[feat]: Translated the entire app from english to hindi
alicendeh Sep 22, 2022
55183e0
[feat]: Error handling accross the appl
alicendeh Sep 23, 2022
c345a78
[fix]: Removing unused packages
alicendeh Sep 23, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions App.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,18 @@ import { View, StyleSheet, StatusBar } from 'react-native';
import Navigation from './src/navigation/Navigation';
import * as THEME from './src/constants/theme';
import Constants from 'expo-constants';
import store from './src/redux/store';
import { Provider } from 'react-redux';
import Toast from 'react-native-toast-message';

const App = () => {
return (
<View style={styles.container}>
<StatusBar backgroundColor={THEME.COLORS.PRIMARY_RED} />
<Navigation />
<Provider store={store}>
<StatusBar backgroundColor={THEME.COLORS.PRIMARY_RED} />
<Navigation />
</Provider>
<Toast />
</View>
);
};
Expand Down
4 changes: 1 addition & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"name": "zubhub",
"slug": "zubhub",
"version": "1.0.0",
"assetBundlePatterns": [
"**/*"
]
"assetBundlePatterns": ["**/*"]
}
}
Binary file added assets/clap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/clapOutline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/good.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = function (api) {
},
},
],
'react-native-reanimated/plugin',
],
};
};
86 changes: 86 additions & 0 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,17 @@ PODS:
- ExpoModulesCore
- EXFont (10.1.0):
- ExpoModulesCore
- EXImageLoader (3.2.0):
- ExpoModulesCore
- React-Core
- EXMediaLibrary (14.1.0):
- ExpoModulesCore
- React-Core
- Expo (45.0.6):
- ExpoModulesCore
- ExpoImageManipulator (10.3.1):
- EXImageLoader
- ExpoModulesCore
- ExpoKeepAwake (10.1.1):
- ExpoModulesCore
- ExpoLocalization (13.0.0):
Expand Down Expand Up @@ -246,6 +255,8 @@ PODS:
- RCTTypeSafety
- React
- ReactCommon/turbomodule/core
- react-native-webview (11.22.7):
- React-Core
- React-perflogger (0.68.2)
- React-RCTActionSheet (0.68.2):
- React-Core/RCTActionSheetHeaders (= 0.68.2)
Expand Down Expand Up @@ -311,13 +322,54 @@ PODS:
- React-jsi (= 0.68.2)
- React-logger (= 0.68.2)
- React-perflogger (= 0.68.2)
- RNCAsyncStorage (1.17.7):
- React-Core
- RNDateTimePicker (6.1.2):
- React-Core
- RNGestureHandler (2.2.1):
- React-Core
- RNImageCropPicker (0.38.0):
- React-Core
- React-RCTImage
- RNImageCropPicker/QBImagePickerController (= 0.38.0)
- TOCropViewController
- RNImageCropPicker/QBImagePickerController (0.38.0):
- React-Core
- React-RCTImage
- TOCropViewController
- RNReanimated (2.9.1):
- DoubleConversion
- FBLazyVector
- FBReactNativeSpec
- glog
- RCT-Folly
- RCTRequired
- RCTTypeSafety
- React-callinvoker
- React-Core
- React-Core/DevSupport
- React-Core/RCTWebSocket
- React-CoreModules
- React-cxxreact
- React-jsi
- React-jsiexecutor
- React-jsinspector
- React-RCTActionSheet
- React-RCTAnimation
- React-RCTBlob
- React-RCTImage
- React-RCTLinking
- React-RCTNetwork
- React-RCTSettings
- React-RCTText
- ReactCommon/turbomodule/core
- Yoga
- RNScreens (3.11.1):
- React-Core
- React-RCTImage
- RNVectorIcons (9.2.0):
- React-Core
- TOCropViewController (2.6.1)
- Yoga (1.14.0)

DEPENDENCIES:
Expand All @@ -328,7 +380,10 @@ DEPENDENCIES:
- EXErrorRecovery (from `../node_modules/expo-error-recovery/ios`)
- EXFileSystem (from `../node_modules/expo-file-system/ios`)
- EXFont (from `../node_modules/expo-font/ios`)
- EXImageLoader (from `../node_modules/expo-image-loader/ios`)
- EXMediaLibrary (from `../node_modules/expo-media-library/ios`)
- Expo (from `../node_modules/expo/ios`)
- ExpoImageManipulator (from `../node_modules/expo-image-manipulator/ios`)
- ExpoKeepAwake (from `../node_modules/expo-keep-awake/ios`)
- ExpoLocalization (from `../node_modules/expo-localization/ios`)
- ExpoModulesCore (from `../node_modules/expo-modules-core/ios`)
Expand All @@ -352,6 +407,7 @@ DEPENDENCIES:
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
- React-logger (from `../node_modules/react-native/ReactCommon/logger`)
- react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
- react-native-webview (from `../node_modules/react-native-webview`)
- React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`)
- React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
- React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`)
Expand All @@ -364,14 +420,19 @@ DEPENDENCIES:
- React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
- React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
- "RNCAsyncStorage (from `../node_modules/@react-native-async-storage/async-storage`)"
- "RNDateTimePicker (from `../node_modules/@react-native-community/datetimepicker`)"
- RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
- RNImageCropPicker (from `../node_modules/react-native-image-crop-picker`)
- RNReanimated (from `../node_modules/react-native-reanimated`)
- RNScreens (from `../node_modules/react-native-screens`)
- RNVectorIcons (from `../node_modules/react-native-vector-icons`)
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)

SPEC REPOS:
trunk:
- fmt
- TOCropViewController

EXTERNAL SOURCES:
boost:
Expand All @@ -388,8 +449,14 @@ EXTERNAL SOURCES:
:path: "../node_modules/expo-file-system/ios"
EXFont:
:path: "../node_modules/expo-font/ios"
EXImageLoader:
:path: "../node_modules/expo-image-loader/ios"
EXMediaLibrary:
:path: "../node_modules/expo-media-library/ios"
Expo:
:path: "../node_modules/expo/ios"
ExpoImageManipulator:
:path: "../node_modules/expo-image-manipulator/ios"
ExpoKeepAwake:
:path: "../node_modules/expo-keep-awake/ios"
ExpoLocalization:
Expand Down Expand Up @@ -432,6 +499,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/logger"
react-native-safe-area-context:
:path: "../node_modules/react-native-safe-area-context"
react-native-webview:
:path: "../node_modules/react-native-webview"
React-perflogger:
:path: "../node_modules/react-native/ReactCommon/reactperflogger"
React-RCTActionSheet:
Expand All @@ -456,8 +525,16 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/runtimeexecutor"
ReactCommon:
:path: "../node_modules/react-native/ReactCommon"
RNCAsyncStorage:
:path: "../node_modules/@react-native-async-storage/async-storage"
RNDateTimePicker:
:path: "../node_modules/@react-native-community/datetimepicker"
RNGestureHandler:
:path: "../node_modules/react-native-gesture-handler"
RNImageCropPicker:
:path: "../node_modules/react-native-image-crop-picker"
RNReanimated:
:path: "../node_modules/react-native-reanimated"
RNScreens:
:path: "../node_modules/react-native-screens"
RNVectorIcons:
Expand All @@ -473,7 +550,10 @@ SPEC CHECKSUMS:
EXErrorRecovery: 3ce46e5d42e53c0371ff048a7f0cbc959968ef4a
EXFileSystem: 2aa2d9289f84bca9532b9ccbd81504fa31eb1ded
EXFont: 04235cc22e6fef86028feb67db452978dc6f240f
EXImageLoader: b88e053d760f85a82405b1db2de4abf11978fc9f
EXMediaLibrary: 84cddf988a089e28070790438caf58d8b265b37a
Expo: 3df4af520db4f37f9821ba732ce9ac0dc67bb7b8
ExpoImageManipulator: b55580bbc7b10099c7707949903e7176a8542ee8
ExpoKeepAwake: c0c494b442ecd8122974c13b93ccfb57bd408e88
ExpoLocalization: 8f619bb6eec64575cd5220bfabbd7b4e2d6f33f8
ExpoModulesCore: e4278a668e8c13c0269ed8b8a4200989deea2973
Expand All @@ -496,6 +576,7 @@ SPEC CHECKSUMS:
React-jsinspector: c5989c77cb89ae6a69561095a61cce56a44ae8e8
React-logger: a0833912d93b36b791b7a521672d8ee89107aff1
react-native-safe-area-context: f98b0b16d1546d208fc293b4661e3f81a895afd9
react-native-webview: 227ba9205abb8579116b69ea5774d9744267c65a
React-perflogger: a18b4f0bd933b8b24ecf9f3c54f9bf65180f3fe6
React-RCTActionSheet: 547fe42fdb4b6089598d79f8e1d855d7c23e2162
React-RCTAnimation: bc9440a1c37b06ae9ebbb532d244f607805c6034
Expand All @@ -508,9 +589,14 @@ SPEC CHECKSUMS:
React-RCTVibration: 79040b92bfa9c3c2d2cb4f57e981164ec7ab9374
React-runtimeexecutor: b960b687d2dfef0d3761fbb187e01812ebab8b23
ReactCommon: 095366164a276d91ea704ce53cb03825c487a3f2
RNCAsyncStorage: d81ee5c3db1060afd49ea7045ad460eff82d2b7d
RNDateTimePicker: 6f1f0b4cf7c71b6e2aea7a3aa62969111084bbd1
RNGestureHandler: 1dc1ea9d4b64f999042afafbaccf5b143f0b2fa2
RNImageCropPicker: ffbba608264885c241cbf3a8f78eb7aeeb978241
RNReanimated: 5c8c17e26787fd8984cd5accdc70fef2ca70aafd
RNScreens: 4d83613b50b74ed277026375dc0810893b0c347f
RNVectorIcons: fcc2f6cb32f5735b586e66d14103a74ce6ad61f8
TOCropViewController: edfd4f25713d56905ad1e0b9f5be3fbe0f59c863
Yoga: 99652481fcd320aefa4a7ef90095b95acd181952

PODFILE CHECKSUM: 66f79d1ac305d30e66e87d178f00cd90e8c1bd26
Expand Down
4 changes: 4 additions & 0 deletions ios/zubhub.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-zubhub/Pods-zubhub-resources.sh",
"${PODS_CONFIGURATION_BUILD_DIR}/EXConstants/EXConstants.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker/QBImagePicker.bundle",
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf",
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Entypo.ttf",
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf",
Expand All @@ -263,10 +264,12 @@
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf",
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Zocial.ttf",
"${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/TOCropViewController/TOCropViewControllerBundle.bundle",
);
name = "[CP] Copy Pods Resources";
outputPaths = (
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXConstants.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/QBImagePicker.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AntDesign.ttf",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Entypo.ttf",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EvilIcons.ttf",
Expand All @@ -284,6 +287,7 @@
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/SimpleLineIcons.ttf",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Zocial.ttf",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/TOCropViewControllerBundle.bundle",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down
Loading