Alexander Wang
Alexander Wang
Right now, anyone can enter any email and sign up for an account. We want user's to be required to input a code sent to their email when they attempt...
In the new `styles` folder, create a file called `dimensions` or something else (that has to do with width and height), and load the devices width and height using the...
As of now, all frontend logic such as navigation, receiving messages, sockets, etc etc all happen within the actual screens. We want to reserve the screens for mainly UI and...
Remake the chat screen and make it clean and modulized (move functions into their respective locations). Screens should ONLY have UI components and as little actual logic as possible! Also,...
So as of now, the onSnapshot listener in the backend listens to the message collections after `Date.now()` which ends up listening for EVERY message after a that query. Therefore, we...
As of right now, our backend's endpoints are all stored in `index.ts` which is a monolith of code which gets pretty confusing. We'd like you to help us sort them...
Calling all designers! This is our first UI/UX orientated task :smile: !!! As you can see in the Figma, our welcome screen is outdated currently in the app and the...
Make a proof of concept in either another expo project or something else to show that it is possible to implement a custom tab navigation bar using reanimated and tab...
Description: - Link the switches and settings in the Settings page to Settings Context - Make it functional - Implement a dark theme that withstands restarts - Other features? For...
Just like the title, allow users to sign in using OAuth and the google sign in option. This should be hooked up to the google icon in the home and...