react-native.ps1 no se puede cargar porque ejecutar scripts está deshabilitado en este sistema

Your script is blocked from executing due to the execution policy.

You need to run PowerShell as admin and set it on client PC to Unrestricted. 
You can do that by:

Set-ExecutionPolicy Unrestricted
Alien0w0