Introduction
You are on a mission
After nearly 470 million km, explorer mission is a success! You completed your journey to Mars.
People here don't have a simple way to buy hyperdrive transport to explore the galaxy.
You feel like the most's talented Silicon Valley Hacker. That's your opportunity to create a mobile application with Starships to sell!
๐ก What you will learn
- Code from a webbrowser with Expo snack
- Discover React Native Core Components and APIs
- Using a UI library
react-native-paper
๐พ Before we start the exercise
- You should have an
https://expo.dev
account with Expo Go on your phone. react-native-paper
โa UI libraryโ is already included by default in Snack.
๐ฉโ๐ Exercise 1
Your mission is to create this Login screen:

- Go to Expo Snack and scan the QR code with your phone.
- Use the
Text
component withvariant
fromreact-native-paper
- Use the
TextInput
component fromreact-native-paper
- Use the
Button
component fromreact-native-paper