thecodingmachine / react-native-boilerplate

A React Native template for building solid applications 🐙, using JavaScript 💛 or Typescript 💙 (you choose).
https://thecodingmachine.github.io/react-native-boilerplate/
MIT License
4.75k stars 864 forks source link

[BUG]: Application not running on Windows #373

Closed mrsaadabbasi closed 1 year ago

mrsaadabbasi commented 1 year ago

react-native environment setup

Description

The Application is not running on Windows OS, we have tried around 6 different Windows OS machines with windows 10 and 11. We are facing same permission issues

issue

Version

3.7.0

On which OS this issue appear on?

Desktop OS

Windows

JeremyDolle commented 1 year ago

Can you provide the steps please ? When did this appear? At the initialization ? After choosing typescript? JavaScript? After running yarn android ? Yarn start ?

Let me know

Akozyrev222 commented 1 year ago

I had same problem, try to change project directory from system disk, I think that windows blocked some cmake scripts, when its try to start inside C: disk its works for me