The Snack service provided by Expo is a playground for your React Native code. It lets you organize your React Native project files just like you would locally on your computer. If you end up putting something together that is worth building on, you can export your Snack. You can also create an Expo account and save your Snacks to keep working on them or to share them with others.
We can also import code that is stored locally into a Snack or we can import a Git repository. The nice thing about importing a repository is that when you push changes to Git, your Snack is also updated. The Git URL for the example that we've worked on in this chapter looks like this: https://github.com/PacktPublishing/React-and-React-
Native---Third-Edition/tree/master/Chapter13/my-project. I can click on the import Git repository button in the Snack menu (https://Snack.expo.io) and paste in this URL. Once the repository is imported and the Snack is saved, you'll get...