Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Environment installation react native

scripts for prepare environment react native

Install Dependencies Environment

  • start script install_environment_react_native.sh this form.
$ sudo install_environent_react_native.sh

The following step use without root

Install NVM for use react native

$ ./install_dependencies_react_native.sh

Verified if nvm is install your machine

  • after verified version, close and reopen your terminal
$ nvm -v

Install NODE and REACT NATIVE

$ nvm install node
$ npm install -g react-native-cli

After step before, now access this website Genymontion, create account if you don't use this service, after create confirm in your email and download version without virtualbox.

Add SDK in PATH your system

  • add commands in .bash_profile in root path user: ex: ~/.bash_profile
export ANDROID_HOME=/home/{your user}/Android/Sdk
export PATH=$PATH:$ANDROID_HOME/tools
export PATH=$PATH:$ANDROID_HOME/platform-tools
$ vim .bash_profile

Install Genymotion

  • enter folder you download this program and execute this command
  • enter name correct for you version download
  • confirm the installation only your use
$ sudo chmod u+x genymotion-3.0.1-linux_x64.bin
$ ./genymotion-3.0.1-linux_x64.bin

Configure Genymotion with adb

  • start genymotion and click Genymotion enter in settings
  • after enter the tab ADB
  • use this option Use custom Android SDK tools
  • enter this path /home/{you user}/Android/Sdk (OBS: replace {you user} for ex: /home/laugusto/Android/Sdk)

Download android emulator

  • download any version greater that 6

About

Development Scritps for settings environemnt react native

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages