Open Issues Need Help
View All on GitHubAI 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.
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.
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.
AI Summary: Replace all instances of `TouchableOpacity` components within the Expo React Native project with Plaza's custom `PressableOpacity` component to maintain design consistency.
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.