Skip to content

Instantly share code, notes, and snippets.

@imammubin
Last active August 5, 2020 11:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imammubin/97180c6940c9aaedeecf9e24c97deda6 to your computer and use it in GitHub Desktop.
Save imammubin/97180c6940c9aaedeecf9e24c97deda6 to your computer and use it in GitHub Desktop.
### UBUNTU ERROR
#### REMOVE NODE
##### https://github.com/yarnpkg/yarn/issues/6914
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
apt-get install -y nodejs
yarn add expo-cli -g
yarn expo init MyProjectName
https://medium.com/@saurabh.friday/install-watchman-on-ubuntu-18-04-ba23c56eb23a
https://stackoverflow.com/questions/31939729/regenerate-makefiles-sh-generates-libtoolize-linking-error-when-compiling-irstlm
sudo apt install build-essential automake libtool libssl-dev zlib1g-dev pkg-config dh-autoreconf libusb-1.0-0-dev cmake g++
https://docs.expo.io/versions/latest/sdk/keep-awake/
expo install expo-keep-awake
yarn global add react-native
yarn expo start --offline
$ANDROID_EMULATOR/emulator @Pixel_OREO_27_81 -netdelay none -netspeed full -engine qemu2 -port 5556 -gpu swiftshader_indirect
CLEAR CACHE EXPO
yarn expo r -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment