React Native Environment setup on ubuntu

This Article Part of React Native Tutorial Series want to start from scrach follow below link https://infinitbility.com/react-native/table-of-contents Today, we setup react native environment in ubuntu for run react native app. For setup react native environment in ubuntu you have to install some dependencies written below dependencies Install node and npm Install Android Studio Install react-native Install node and npm Node.js is an open-source cross-platform JavaScript run-time environment that allows server-side execution of JavaScript code....

January 7, 2021 · 4 min · Infinitbility

React Native Environment setup on Mac OS

This Article Part of React Native Tutorial Series want to start from scrach follow below link https://infinitbility.com/react-native/table-of-contents Today, we setup react native environment in macos for run react native app. Tools Homebrew Node.js and npm watchman Java JRE and JDK React Native CLI Xcode Android Studio Install Homebrew Homebrew is a free and open-source software package management system that simplifies the installation of software on Apple’s macOS operating system and Linux....

January 5, 2021 · 5 min · Infinitbility

React Native Environment Setup for windows

This Article Part of React Native Tutorial Series want to start from scrach follow below link https://infinitbility.com/react-native/table-of-contents Today, we setup react native environment in windows for run react native app. Tools These are the tools we need on an development environment (Windows): Visual Studio Code (you can use any other editor or IDE) Android Studio Built-in emulator in Android Studio Node Package Manager (NPM) Node.js (Version 14 or newer) React Native command line interface (React Native CLI) Java Development Kit (JDK 8 or newer) Install Node JS for setup react native you have to download and instal node....

January 4, 2021 · 4 min · Infinitbility

React Native Environment Setup using expo

This Article Part of React Native Tutorial Series want to start from scrach follow below link https://infinitbility.com/react-native/table-of-contents when you want to quick setup follow expo cli but for large project, I recommend use react native cli. https://infinitbility.com/react-native/category/environment-setup Today, we setup expo for run react native app. Setup Expo Expo is an open-source platform for making universal native apps for Android, iOS, and the web with JavaScript and React. Install Node JS for setup expo cli you have to download and instal node....

January 3, 2021 · 3 min · Infinitbility