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 […]
React
Posted on:
Creating pages in Gatsby JS Website(Part 2)
Once we have added the pages in Gatsby Js website project our website will look like shown in below screen. Homepage Features Page Pricing Page About Page Now our website with pages will look like this.