CSS Notes August 13, 2021 CSS Notes -Html icon code for button expore now with ---> arrow open any website copy code paste it after btn text.li a dot Remover - .nav-links { display: flex; list-style: none;} Share Get link Facebook X Pinterest Email Other Apps Share Get link Facebook X Pinterest Email Other Apps Comments
VERCEL DEPLOYMENT ERROR January 01, 2023 VERCEL DEPLOYMENT ERROR Options | NextAuth.js (next-auth.js.org) Step 1 : cmd $ openssl rand -base64 32 (Copy generated key) Step 2: Go to Project Environment Variables Add NEXTAUTH_SECRET : Key Step 3: Redeploy Read more
Convert React Native To Expo February 16, 2022 Convert React Native To Expo Step 1: Add Into App.json "expo" : { "sdkVersion" : "44.0.0" , "name" : "AwesomeProject" } Step 2: Add this into your package.json "dependencies" : { "expo" : "^33.0.7" , "react" : "17.0.2" , "react-native" : "0.67.2" }, Step 3: Make your Index.js file look like this AppRegistry . registerComponent ( 'main' , () => App ); Step 4: Install expo in your project folder In terminal paste npm install --save expo / npm install (If necessary) Read more
Comments
Post a Comment