Red Shift

The official Infinite Red publication for React Native design & development. We’re a fully distributed team building world-class apps for over 20 years for clients all around the world.

Follow publication

Painless React Native Setup for Mac, Windows, & Linux

Frank von Hoven
Red Shift
Published in
6 min readSep 28, 2018

This is Part 3 of a three-part series covering React Native setup for Mac, Windows, & Linux.

PRO TIP: Make sure you’re connected to the internet!

Setting up for Linux

LET’S GET STARTED

hostnamectl
jdk extracted
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386
Don’t import settings
Wizard Step 1
Wizard Step 2
Wizard Step 3
Wizard Step 4
Wizard Step 5
Wizard Finish
Download Android Studio
export JAVA_HOME="$HOME/jdk1.8.0_181" // Or your version of the jdk
export PATH=$PATH: "$JAVA_HOME/bin"
export ANDROID_HOME=$HOME/Android/Sdk export PATH=$PATH:$ANDROID_HOME/tools export PATH=$PATH:$ANDROID_HOME/tools/bin export PATH=$PATH:$ANDROID_HOME/platform-tools export PATH=$PATH:$ANDROID_HOME/emulator
export PATH="$HOME/.npm-global/bin:$PATH"
Command needed

About Frank

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

The official Infinite Red publication for React Native design & development. We’re a fully distributed team building world-class apps for over 20 years for clients all around the world.

Responses (6)

Write a response