How to generate .apk file with React Native Cli | React Native | Android App using React Native React Native Debugger v.0.9.14 react-native-debugger – windows
Tag: ReactNative
IOS App Environment Setting
Xcode Releases You can check which Xcode version is supported by your OS here; You can download all versions of Xcode from this site https://stackoverflow.com/questions/68982941/install-xcode-on-macos-10-15-catalina
Setup your React Native app and publish to Play Store
React native is a framework for building mobile app with JavaScript leveraging ReactJs which basically uses native UI components. If you are familiar with ReactJs
React Native – Gradle Issue Fix
Old Configuration : path: “android\gradle\wrapper\gradle-wrapper.properties” distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-6.2-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists android\build.gradle dependencies { classpath(“com.android.tools.build:gradle:3.5.3″) } New Configuration : path : “android\gradle\wrapper\gradle-wrapper.properties” distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip zipStoreBase=GRADLE_USER_HOME
React Native – Android Setup Windows
2024 – JAN Install and Setup React Native on Windows 10 1. Install Chocolatey : @”%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe” -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command “iex ((New-Object System.Net.WebClient).DownloadString(‘https://chocolatey.org/install.ps1’))”