Skip to content

Instantly share code, notes, and snippets.

@igortas
igortas / gist:fcc76553cbc966c57e14922787bc6a16
Created February 12, 2026 11:00
React Native WSL2 - development environment
# Building a react native app in WSL2
Install, build and debug a react native app in WSL2 (Windows Subsystem for Linux) and Ubuntu.
* [Install tools in Windows](#install-tools-in-windows)
* [Enable mirrored networking mode in WSL2](#enable-mirrored-networking-mode-in-wsl2)
* [Install tools in WSL2](#install-tools-in-wsl2)
* [Connect to android hardware device from Windows](#connect-to-android-hardware-device-from-windows)
* [Connect to android hardware device from WSL2](#connect-to-android-hardware-device-from-wsl2)
* [Connect to android virtual device in Windows](#connect-to-android-virtual-device-in-windows)