React

Creating Mobile App with Expo(Part 1)

Posted on:

To create a mobile application with expo we need to visit expo.dev documentation first. Now in the documentation we can see that we need to use npx create-expo-app first_app . Now once we run this command, this command will create the expo application named as first_app. You can change the […]