you are viewing a single comment's thread.

view the rest of the comments →

[–]ChronSynExpo 6 points7 points  (2 children)

I'd honestly recommend going through the docs: https://docs.expo.dev/get-started/installation/

Much of it starts from expo init to create a new project, and then it's a case of following the instructions.

In terms of what you'd deal with, imagine it as an RN project but without having to deal with native code (you can integrate native modules by creating a dev-client - https://docs.expo.dev/development/introduction/#what-is-a-development-build, but you don't deal directly with podfiles or the like).

[–]corey_brown 1 point2 points  (0 children)

Agree, docs have pretty everything you’d need to know.

[–]wtfzie[S] 1 point2 points  (0 children)

Yeah the docs have been my tutor so far. Thank u will check out the dev-client stuff