bounswe / bounswe2024group7

Collaborative hub for 2024Group7
https://bounswe.github.io/bounswe2024group7/
4 stars 3 forks source link

Create post cards for Mobile App #92

Open hanazaq opened 1 month ago

hanazaq commented 1 month ago

Create post cards for Mobile App frontend part using React Native. Post Cards are supposed to display results of search either posts created by users or Wiki data API. When you click on a post card in Search Page, app is expected to navigate to Post View Page that has further details about post such as post's description and comments. (for further details about what data the post can contain, please check the requirements on wiki.)

hanazaq commented 1 month ago

please check code on MobileApp_Milestone3 Branch : https://github.com/bounswe/bounswe2024group7/tree/MobileApp_Milestone3/artifact_MobileApp

hanazaq commented 1 month ago

Currently, I am trying to solve bug that scroll view does not show on mobile app. Scroll view is needed in PostViewPage and SearchPage.

hanazaq commented 1 month ago

Handling passing data objects between pages requires debugging.