Install, build and debug a react native app in WSL2 (Windows Subsystem for Linux) and Ubuntu.
  
    
      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
    
  
  
    
  | /*! tailwindcss v2.0.4 | MIT License | https://tailwindcss.com */ | |
| /*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */ | |
| :root { | |
| -moz-tab-size: 4; | |
| -o-tab-size: 4; | |
| tab-size: 4; | |
| } | |
| *, | |
| :after, | 
  
    
      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
    
  
  
    
  | using System.Collections; | |
| using System.Collections.Generic; | |
| using System.Text.RegularExpressions; | |
| using DaughmaLamar.Helm; | |
| using NoxCore.Controllers; | |
| using NoxCore.Fittings.Devices; | |
| using NoxCore.Fittings.Modules; | |
| using NoxCore.GameModes; | |
| using NoxCore.GUIs; | |
| using NoxCore.Helm; | 
  
    
      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
    
  
  
    
  | using System.Collections; | |
| using NoxCore.GameModes; | |
| using NoxCore.Helm; | |
| using NoxCore.Managers; | |
| using UnityEngine; | |
| namespace DaughmaLamar.Helm { | |
| public class AsteroidAvoidBehaviour : SteeringBehaviour { | |
| protected float width, length, rangeToDestination, shipBearing; | |
| public bool continuousSeek, dynamicLookAhead; | 
  
    
      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
    
  
  
    
  | using System.Collections.Generic; | |
| using NoxCore.Builders; | |
| using NoxCore.Controllers; | |
| using NoxCore.Fittings.Devices; | |
| using NoxCore.Fittings.Modules; | |
| using NoxCore.Fittings.Sockets; | |
| using NoxCore.Fittings.Weapons; | |
| using NoxCore.Helm; | |
| using NoxCore.Managers; | |
| using NoxCore.Placeables; | 
  
    
      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
    
  
  
    
  | SteamVR System Report created Thu Aug 24 23:22:17 2017 | |
| <Report> | |
| SteamVR Version: 1499136050 | |
| SteamVR Date: 2017-07-04 | |
| Steam: Public | |
| Steam Branch: | |
| Steam AppID: 250820 | |
| Tracking: lighthouse | |
| OS: Windows 10 |