DEV Community

Discussion on: Show off your first app!

Collapse
 
edkahara profile image
Edward Njoroge • Edited

I recently built my first mobile app. I decided to learn react native by building a simple chess clock (for android). If you have an android phone, you can download the apk and check out the repo

home
settings

Collapse
 
aimerib profile image
Aimeri Baddouh

I've been getting into React-Native recently myself. What was your biggest road-block to getting started?

Collapse
 
edkahara profile image
Edward Njoroge

My biggest road block was probably wasting time with video tutorials. I knew what I wanted to build before I started react native. The tutorials weren't helpful so as soon as I decided to just learn as I was building it, things went smoothly.

Thread Thread
 
aimerib profile image
Aimeri Baddouh

That's funny, because I struggle with a lot of that too. Often I'll watch video tutorials thinking they will help me as long as I follow along, but what I've been quickly realizing is that: 1. They often give me a false sense of security in thinking that I know more than I do since I'm familiar with how code should look like, and 2. that I enjoy watching those more as entertainment than as a learning tool.
I do find a lot of value in written material though.