DEV Community

Swyom Sanjog
Swyom Sanjog

Posted on

I Started Building My First React Native App โ€“ BookBazaar

Hello everyone ๐Ÿ‘‹
Iโ€™m a Computer Science student who recently started learning React Native, and I decided the best way to learn is by building real projects.

So today, I officially started working on my first app called BookBazaar ๐Ÿ“š

๐Ÿค” What is BookBazaar?

BookBazaar is a book exchange mobile app where users can explore, share, and exchange books.
The goal of this project is not just to build an appโ€”but to learn React Native step by step.

๐Ÿงญ What I Learned Today

Today, I learned how the navigation system works in React Native.

I explored:

How screens connect with each other

How Stack Navigator manages screen flow

How apps move from Splash โ†’ Login โ†’ Home

Instead of just watching tutorials, I learned this by actually building the navigation inside my project, which made the concepts much clearer.

๐Ÿง  Challenges I Faced

At first, navigation felt confusing:

Too many screens

Errors while navigating

Understanding stack behavior

But after debugging and testing step by step, things started making sense.
This experience reminded me that errors are part of the learning process.


๐Ÿš€ Whatโ€™s Next?

Next, I plan to:

Improve the UI

Add Bottom Tab Navigation

Work on authentication & data handling

Iโ€™ll keep sharing my progress as I build BookBazaar.

๐Ÿค Letโ€™s Connect

If youโ€™re also learning React Native or building your first app:

Drop your suggestions ๐Ÿ’ฌ

Share your experience

Follow me for more updates on my dev journey ๐Ÿš€

Thanks for reading! ๐Ÿ˜Š

Top comments (1)

Collapse
 
rahul_kumarparida_6c16f5 profile image
Rahul kumar parida

Nice