Structure
Screens
src/screens
Organizes sample UI screens for the application.
Screen Organization
📂 Common/
Basic application flows:
IntroScreen
&LoginScreen
— initial landing and login flowsSearchScreen
— multi-button menu showcasing different sub-screens (Blink, PumpFun, TokenMill, NFT, Chat)pumpfunScreen
,TokenMillScreen
,NftScreen
— specialized flows for buying/selling tokens or NFTsPlatformSelectionScreen
— letting user pick between “threads,” “insta,” “chats,” etc.
📂 SampleUI/Threads/
Thread-based interface samples:
HomeScreen
,FeedScreen
,NotificationsScreen
,ProfileScreen
, etc.CoinDetailPage
folder with sub-pages:TopScreen
LatestScreen
PeopleScreen
PhotosScreen
VideosScreen
📂 SampleUI/Chat/
Messaging interfaces:
ChatScreen
shows the implementation of thread components (ThreadComposer
,PostBody
,PostCTA
, etc.) in a chat-like interface
Was this page helpful?