DEV Community

Daebeom
Daebeom

Posted on

I Built and Launched a React Native App in 2 Weeks - Here's What I Learned

 # I Built and Launched a React Native App in 2 Weeks

Today I launched T or F Game on Product Hunt - a True/False trivia app built with React Native.

The Idea ๐Ÿ’ก

I love trivia games, but was frustrated with:

  • Intrusive ads
  • Complicated UI
  • Privacy concerns

So I built my own.

Tech Stack ๐Ÿ› 

  • React Native + TypeScript
  • Firebase Analytics (anonymized)
  • AsyncStorage
  • ~1,000 lines of code

Timeline ๐Ÿ“…

Week 1: Learning React Native + building MVP
Week 2: Polish, icons, App Store submission

Key Learnings ๐ŸŽ“

  1. Shipping > Perfecting - Don't wait for perfect
  2. Hot Reload = Game Changer - Instant feedback loop
  3. TypeScript Saves Time - Caught so many bugs
  4. Logo Design is Hard - 35+ iterations!

Challenges ๐Ÿ”ง

  • App Store submission more complex than expected
  • Firebase setup different for iOS/Android
  • Balancing simplicity vs features

Try It! ๐Ÿ“ฑ

Questions? Drop a comment! Happy to help anyone building their first app.

Top comments (0)