To add the tailwind css into expo mobile application, we will use Nativewind Library. Now to install the same we need to see the documentation, we need to choose expo installation link in the documentation. This command will install nativewind library. Now to install tailwind css as development dependency we […]
React
Posted on:
Creating Mobile App with Expo(Part 1)
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 […]