-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[auth] OTP input for forgot password (#67)
* Added ability to go to verification screen from signup and forgot password * Fixed error with verification screen after forgetting password * Changed new password screen so that password requirements show even when the user hasn't inputted a new password yet * Fix small bugs in sign up and create password * Added ability to dismiss keyboard when tapping screen (#68) * [save] Database schema changes for saving stories (#61) * accidently forgot to branch * fethUserSavedStories function created * categories created * added method to delete row * favorites and reading list global variables set * PR changes * Add testcard * Finish testing schema changes * Run prettier * Remove testcard from home * Clean up code * Run prettier --------- Co-authored-by: Marcos Hernandez <[email protected]> Co-authored-by: Aditya Pawar <[email protected]> * Fix keyboard dismiss bug on story scroll (#70) * Fix keyboard dismiss bug on story scroll * Remove comments * Fix return statement in fetch (#72) * Fix return statement in fetch * Batch rpc call * Run prettier * Added content width prop to RenderHTML (#71) * [auth] Date picker crossplatform (#69) * added date picker button, no styling yet * working on style datepicker * working on datePicker * new datePicker library * testing on android * finished datePicker * changed small bugs * Fix date picker bugs * Revert set state --------- Co-authored-by: Kyle Ramachandran <[email protected]> Co-authored-by: Aditya Pawar <[email protected]> * Fixed requested changes * Add eas.json to gitignore --------- Co-authored-by: Aditya Pawar <[email protected]> Co-authored-by: Marcoss28 <[email protected]> Co-authored-by: Marcos Hernandez <[email protected]> Co-authored-by: Aditya Pawar <[email protected]> Co-authored-by: surajr10 <[email protected]> Co-authored-by: Kyle Ramachandran <[email protected]> Co-authored-by: Kyle Ramachandran <[email protected]>
- Loading branch information
1 parent
f1711fc
commit 23bebf3
Showing
5 changed files
with
82 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,3 +36,4 @@ yarn-error.* | |
*.tsbuildinfo | ||
|
||
.vscode/ | ||
eas.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters