React-Native.ps1 nie można załadować, ponieważ uruchamianie skryptów jest wyłączone w tym systemie

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