You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Match mobile app styling to more closely align with updated website CSS
Update mobile app sizing to be based on screen size - currently in absolute measurements
Incorporate < keyboardavoidingview > https://reactnative.dev/docs/keyboardavoidingview into mobile app (at least on iOS devices, purpose is to make sure the keyboard doesn't obstruct the input box)
Functionality
Update 'Favorites' screen to auto-update when a recipe is removed (right now the favorites render automatically when the screen is initially accessed, but if you remove a favorite from the individual favorites screen, you have to go back to the home page and re-access favorites to see it removed i.e. the first 'back' from the removed favorite to the favorites screen won't update unless the favorites screen is accessed from the homepage
Test mobile app on Android simulator (so far only iOS devices have been simulated)
Refactor code in general to share more common code with web client if applicable
Add further functionality to Create Recipe - right now recipes can be created and are automatically added to favorites, but mobile app doesn't have an ability to view all user created recipes
Hosting
Update all instances of localhost to rely on local IP network (this would allow the app to be functional on the Expo mobile app if the mobile device is on the same local network)
Explore ability to host app on app space
The text was updated successfully, but these errors were encountered:
Thompson632
changed the title
Mobile App Specific Tasks for Summer '24
Summer 2024: Mobile App
Jun 29, 2024
Mobile App UI/UX
Functionality
Hosting
The text was updated successfully, but these errors were encountered: