React-native.ps1 не может быть загружен, потому что работающие сценарии отключены в этой системе

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