Install node, npm, Install react-native cli, setup android studio and setup environment, and create new react-native project.
Playlist: https://youtube.com/playlist?list=PLhRhTJaArVFugDgTSvXTUaqJWY9Kpp-gV
Bottom Tab1: https://youtu.be/XiutL0uLICg
Bottom Tab2: https://youtu.be/spA7Rf9Ud_4
Bottom Tab3: https://youtu.be/Y7apwk6hQOY
Bottom Tab4: https://youtu.be/sFvxGhcfT8Y
Bottom Tab5: https://youtu.be/qs5UGLXhXuQ
Bottom Tab6: https://youtu.be/6kwsjxsviPs
โ
SUPPORT MY WORK(CHANNEL)
https://www.youtube.com/channel/UCC6L3eilEVJhhqiAdepWcng
RECOMMENDED VIDEOS ๐น
Google Sign in with Firebase - https://youtu.be/WAkv6oPUUxA
Custom Drawer Navigation - https://youtu.be/FATLP5SkGxE
Custom Bottom tab Navigation - https://youtube.com/playlist?list=PLhRhTJaArVFugDgTSvXTUaqJWY9Kpp-gV
Hangman Game - https://youtu.be/UqQJKOZBHQY
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Getting started with React Native
Setup commands:
cd ~
curl -sL https://deb.nodesource.com/setup_14.x -o nodesource_setup.sh
sudo apt install nodejs
sudo apt install npm
java installation
sudo apt install openjdk-11-jre-headless
android (studio.sh) permission:
chmod 777 -R studio.sh
//cpu checker
sudo apt-get install cpu-checker
egrep -c '(vmx|svm)' /proc/cpuinfo
kvm-ok
For Enable virtualization you need to go to your system BIOS settings and enable virtualization.
install global cli:
sudo npm install -g react-native-cli
react-native init MyRNProject ๐
Note: bashrc or bash_profile files are located at home dir and these files are hidden so you need to enable show hide files from menu or by (Ctrl + h) shortcut.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Timestamp:
0:13 - Node installation
0:54 - Npm installation
1:17 - JDK installation
1:48 - Setup Android Studio
3:34 - Kvm installation
5:05 - Create Desktop entry (Desktop Icon)
5:13 - Start Emulator
5:38 - Setup android environment
12:20 - Global react-native-cli installation
7:12 - Create react-native project
8:04 - Start react-native bundler server
8:12 - run react-native app into emulator
8:22 - Install vs code extesion for react native
10:49 - Accept Licenses Agreement
11:42 - re-install the app
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Official Site: https://reactnative.dev/docs/environment-setup
Like ๐ Share ๐ข and Subscribe ๐