5 Open Issues Need Help Last updated: Jun 18, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Create a reusable React component to display a user's icon and display name consistently throughout the Expo application. This involves standardizing the styling and implementation of this UI element, replacing its current inconsistent manual implementations.

Complexity: 2/5
enhancement good first issue frontend

AI Summary: Create a reusable React component called `UserIcon` to display user profile icons consistently throughout the Expo app. This component should replace all existing instances of Expo-Image's `Image` component used for displaying user icons, ensuring consistent styling and maintainability.

Complexity: 2/5
enhancement good first issue frontend

AI Summary: Replace the existing FlatList component in the Expo app's Feed tab with FlashList to improve performance. This involves integrating the FlashList library, adapting the existing code to use FlashList's props and methods, and testing to ensure functionality remains consistent.

Complexity: 3/5
good first issue frontend

AI Summary: Replace all instances of `TouchableOpacity` components within the Expo React Native project with Plaza's custom `PressableOpacity` component to maintain design consistency.

Complexity: 2/5
good first issue frontend
ErrrorBoundary 3 months ago

AI Summary: Implement an ErrorBoundary component in the Expo React Native application to catch and report errors occurring in production, improving debugging capabilities. The ErrorBoundary should ideally wrap the entire application's root component to ensure comprehensive error handling.

Complexity: 3/5
enhancement good first issue frontend