Assignment 1 of React native app
Creating a new application
Create a new React Native project called "FirstApp":
Create a new folder with a app name and open VS code in the current folder
Once in the current folder on VS code open a new terminal from the top toolbar
Code:
npm install react-native-cli
npx react-native init FirstApp
Edit the app in App.js


