SGSwapnil Guptainswapnilg671.hashnode.dev·Dec 26, 2023 · 2 min readHow to change Notification Icon in React Native androidThe one of the most common error your will face while attaching the android icon is the use of colored icon, you will get the white block and if you don't right icon size app will crash.What can be done,step 1 : use https://romannurik.github.io/Andro...00
SGSwapnil Guptainswapnilg671.hashnode.dev·Sep 21, 2023 · 1 min readReact-Native NFT Appyoutube link: Build and Deploy Your First Modern React Native App | NFT Marketplace Course - Extremely Easy! - YouTube Getting started npx create-expo-app nft-app cd nft-app create Stack Navigator import { StatusBar } from 'expo-status-bar'; import ...00
SGSwapnil Guptainswapnilg671.hashnode.dev·Sep 6, 2023 · 1 min readSplash Screen and font in Expoimport { useEffect,useCallback } from 'react'; import { Stack } from 'expo-router'; import * as SplashScreen from 'expo-splash-screen'; import { useFonts } from 'expo-font'; then, // Prevent the splash screen from auto-hiding before asset loading is...00
SGSwapnil Guptainswapnilg671.hashnode.dev·Sep 4, 2023 · 2 min readThe development server returned response error code: 500 || address already in use :::8081-Error: listen EADDRINUSE: address already in use :::8081stackover flow link: error code :500 in react native additional check would be checking sdk path, in android> local.properties, if not present create //sdk.dir=/path/to/your/android/sdk sdk.dir=/Users/<username>/Library/Android/sdk replace your u...00
SGSwapnil Guptainswapnilg671.hashnode.dev·Sep 4, 2023 · 1 min readReact Native Installation in MacInstall Brew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" if you are using mac, you have to enter your password and you have to type two more command , that you will get instructions in the end ...00