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.82k stars 868 forks source link

[BUG]: App is not running #353

Closed Shankar006-ss closed 1 year ago

Shankar006-ss commented 1 year ago

react-native environment setup

Description

Whenever i try to create a new app using codingMachine boiler plate the app is not running on Android

image

Steps to reproduce the error:

  1. Create an react native project using npx react-native@latest init MyApp --template @thecodingmachine/react-native-boilerplate
  2. Install Node modules using 'npm install'
  3. Open android in android studio and then run project.

Version

Latest version

On which OS this issue appear on?

Desktop OS

windows 11

JeremyDolle commented 1 year ago

When you said :

Open android in android studio and then run project.

run not running android with yarn android command ?