DEV Community

Discussion on: Show DEV: I built an Event Countdown app with React Native & Typescript

Collapse
 
newbiebr profile image
Arthur Dao • Edited

Thanks!

I mainly learned from the official documentation of React Native & then through projects. When I don't know how to do something in React Native I just search on Google. The key is I tried to really understand HOW it works & force myself to do things that I don't know.

In the Notes section of typescript-react-native-starter, I also give some use tips when dev & deploy with React Native.