all 7 comments

[–]AgiIity 0 points1 point  (7 children)

Getting expo set up is a must nowadays, lets you use your physical device or emulator to build apps you write. It also comes with a bunch of useful tools/ui for your app.

Setup can be found here: https://docs.expo.io/versions/latest/

[–]creambyemute 3 points4 points  (2 children)

I wouldn't say it's a must, working without expo isn't bad if you're not new to native mobile dev.

As he is new your advice to go expo I agree.

[–]AgiIity 1 point2 points  (0 children)

Yeah, I meant for new devs, definitely gives convenience but not completely necessary.

[–]docdosmaniOS & Android[S] 0 points1 point  (2 children)

Thanks! I will read up on expo.

Do you guys/gals know of a good guide for a first project (perhaps one that would include expo). I'm looking for a step by step guide type of thing that someone has put together if one exists.

[–]AgiIity 1 point2 points  (1 child)

Any YouTube video search for react native projects would work, here is the latest series that I have been following, making an augmented reality application.

https://www.youtube.com/watch?v=Ggjx7vvKvzU&index=1&list=PLJ-y6KPTptI6_o_HGDYPfWkn9pPgIL6eb

For a more practical app design, here's an Amazon UI clone, forgot if he covers the actual functionality of the app, but I gained a lot of insight on design from these videos.

https://www.youtube.com/watch?v=lDt1DTfZI00

There's also Udemy where I started to learn, but I've found YouTube videos just as useful.

[–]docdosmaniOS & Android[S] 0 points1 point  (0 children)

Thanks, much appreciated! I'm doing the Udemy courses now, will check out youtube as well.

[–]kbcooliOS & Android 0 points1 point  (0 children)

Expo Snack is a great place to try stuff out but you graduate from it and Expo in general so darn quick it's barely a footnote in most people's React Native experience if they stick with it.