Giter VIP home page Giter VIP logo

reactnativeinstall_ubuntu20.04's Introduction

ReactNativeInstall

  • Ubuntu version 20.04 LTS

Install npm install

./NodenpmInstall

Install Java

./JavaInstall

If you successfull installed, next java sdk version were installed

openjdk 11.0.8 2020-07-14
OpenJDK Runtime Environment (build 11.0.8+10-post-Ubuntu-0ubuntu120.04)
OpenJDK 64-bit Server VM**(build 11.0.8+10-post-Ubuntu-0ubuntu120.04, mixed mode)

Install Android Studio

./Android.sh

Install Wizard

Check next to all of the following items

  • Android SDK
  • Android SDK Platform
  • Android Virtual Device

Amazon Studio Configure Settings

click Configure

image

from SDk Platformscheck Android 10*(Q) and from SDK Tools check 29.0.2

check Show Package Details

image

image

And click Apply

add .bashrc following code

export ANDROID_HOME=$HOME/Android/Sdk
export PATH=$PATH:$ANDROID_HOME/emulator
export PATH=$PATH:$ANDROID_HOME/tools
export PATH=$PATH:$ANDROID_HOME/tools/bin
export PATH=$PATH:$ANDROID_HOME/platform-tools

and update 'source ~/.bashrc'

install watchman

./Watchman.sh

Create a new application

npx react-native init AwesomeProject

reactnativeinstall_ubuntu20.04's People

Contributors

mr-peipei avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.