React Native Environment Setup

1. Must Install nodeJs. Please check the nodeJs version by opening a command prompt or terminal window and typing “node -v” (without quotes). This should display the version of Node.js that you installed.If you have not installed nodeJs, please follow this guideline. 2. Must Install Chocolatey. Please check the nodeJs version by opening a command prompt or terminal […]

Read More

Nodejs Installation Process

1. Go to the official Node.js website at https://nodejs.org. 2. Click on the “Downloads” button on the home page. 3. Select the appropriate Windows version for your computer (32-bit or 64-bit). 4. Once the download is complete, open the downloaded file. 5. Follow the instructions in the installation wizard. 6. Choose the destination folder where you want Node.js […]

Read More

Setup, Build and Apk creation

Follow these guidelines to generate the APK file: projectName\android\app\src\main\res\values\strings.xml. Search “versionName” and change the app version like versionName=”1.0.1”. and change versionCode (version code must be a number like=2)       For Android:     For IOS:   For Android: For IOS: 9. Generating debug apk cd android gradlew assembleDebug If all the commands successfully run you will see the apk […]

Read More