7 Open Issues Need Help Last updated: Jul 22, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Debug and fix a bug in a React Native application where profile picture updates are not reflected immediately after navigating back to previous screens. This involves working with a forked repository, setting up the environment, and potentially modifying state management or image caching mechanisms within the application.

Complexity: 3/5
bug good first issue

AI Summary: Debug and fix a React Native application's image rendering issue in the Spotlight feature. The second image is not loading due to a broken URL. The solution should either display the image title if the URL is invalid or skip rendering the image entirely. This involves working with a pre-existing codebase, using Git for version control, and potentially interacting with a Supabase database (if the image URLs are stored there).

Complexity: 3/5
bug good first issue

AI Summary: Debug and fix a bug in a React Native chat application where clicking 'New Chat' in the selection menu does nothing. This involves using Git (forking, cloning, branching, pull requests), setting up a development environment (installing packages, configuring environment variables), and debugging the application's functionality to identify and resolve the issue causing the 'New Chat' button to be unresponsive.

Complexity: 3/5
bug good first issue

AI Summary: Improve the readability and alignment of text in the 'Discover' section of the Stories tab within a React Native application. This involves modifying styling to improve text visibility, likely by changing text color and ensuring proper centering. The project uses Supabase and requires using Git for collaboration via pull requests.

Complexity: 3/5
good first issue accessibility

AI Summary: Debug and fix a bug in a React Native mobile application where profile picture updates are not reflected across all screens after the user changes their profile picture in the settings. This involves using Git for collaboration, setting up the development environment, and potentially working with a Supabase database for user data.

Complexity: 3/5
bug good first issue

AI Summary: The task involves fixing a bug in a Snapchat-like application. Currently, the app crashes when the 'Best Friends' tab is accessed if the user has no friends. The solution requires modifying the application's database interaction to gracefully handle the absence of friends, either displaying a 'no friends found' message or implementing alternative functionality.

Complexity: 3/5
bug good first issue

AI Summary: Implement a birthday input field in a React Native application that accepts dates in both MM/DD/YYYY and MMDDYYYY formats. This involves modifying the existing signup screen to handle the alternative input format without slashes, ensuring the signup button only appears when a valid date is entered.

Complexity: 3/5
good first issue