Before we write any more code, let's get familiar with the tooling that comes with Expo:
- Editor & Extensions
- Javascript Debugger
- Network debugger
- Profiler
- App controls (for force-reloads and restarts)
- Performance monitors
- Element Inspectors
Let's dive in!
Editor & Extensions
While there are many editors, we will focus on VSCode as our primary editor.
To set it up, Expo has Documentation, and it talks explicitly about Expo Tools Extension that's good to have.
App Controls
Next, we need a way to force-refresh our application...