This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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) |