Skip to content

Instantly share code, notes, and snippets.

View xx745's full-sized avatar
💾
Always busy

xx745 xx745

💾
Always busy
  • United Kingdom
  • 16:04 (UTC +01:00)
View GitHub Profile
@xx745
xx745 / rearct-native-app-in-wsl2.md
Created March 12, 2023 15:34 — forked from bergmannjg/rearct-native-app-in-wsl2.md
Building a react native app in WSL2
@xx745
xx745 / Running React Native Expo Go app through Windows WSL2 and Ubuntu.md
Last active June 14, 2023 12:29
Running React Native Expo Go app throught Windows WSL2 and Ubuntu
  1. Initialize React Native project in your WSL2 Linux with:
npx create-expo-app <PROJECT_NAME_HERE>

Simply follow official docs "Expo Go Quickstart": https://reactnative.dev/docs/environment-setup

  1. Allow inbound and outbound traffic in your Windows Firewall on port 19000.

  2. In PowerShell terminal of your WSL2 user find IP address:

1. Add whatever you want to your folder, and open it in the terminal.
2. Run: git init
3. Run: git remote add origin <repo_url>
4. Run: git fetch origin
5. Run: git checkout -b main origin/main
@xx745
xx745 / nativescript-vue-dev-env-installation.md
Created October 20, 2020 10:53
NativeScript + Vue.js - Development Environment Installation Instructions