I am going to take a course on Udemy most likely, but I already know a lot about back-end Python, Golang, and AWS and Infra so don't need a total beginner course.
Does anyone have a good up to date course they can recommend that uses Expo? I know this technology changes pretty rapidly in the front-end so if anyone has any good recent experience I would appreciate a suggestion or two :)
From the React Navigation docs they suggest taking a look at these resources to get the fundemantals sorted:
1. React Native Express - teaches all the basics of React Native 2. Main Concepts of React - Allows you to understand how React works 3. React Hooks - Provides specific reference towards using hooks in React (they're addictively useful)
[1]: https://www.reactnative.express [2]: https://react.dev/learn/thinking-in-react [3]: https://react.dev/reference/react
Read the React docs (do the tic tac toe project work, go through all of their fundamental/learning docs). Then build some small things.
One good boilerplate I’d recommend having a look at is https://github.com/infinitered/ignite not a course but possibly a good resource to learn from.
I would not recommend using expo. It's a huge stack of dependencies that will create conflicts when upgrading or using other packages (already problematic with pure RN). Maybe it's better now, but when I started with RN 4 years ago the Android issues were constant. Just use RN ejected, and you can still bring in expo packages as needed.