-
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.
feat(mobile): connect mobile to backend and implement tagging for for…
…um questions (#587) * [wip] feat(mobile): change forum feed API URL to the deployed backend application * feat(mobile): add Stack Navigator for Login screen in App.tsx * feat(mobile): connect Login functionality to the deployed backend application * feat(mobile): update CreateQuestion screen to use the deployed backend application * chore(mobile): add LoggedinUser type definition * refactor(mobile): update AuthContext to include user information * feat(mobile): update initial route in Stack Navigator based on authentication state * chore(mobile): add Tag, StoredTag, and TagSearchResult types * feat(mobile): update CreateQuestion screen to include adding tags functionality * fix(mobile): fix after merge navigation problems
- Loading branch information
1 parent
d95f902
commit 36ccf31
Showing
8 changed files
with
283 additions
and
136 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
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
Oops, something went wrong.